Skip to content

Commit 58f6d11

Browse files
committed
Remove unused gdb_inaccessible_memory_exceptiont
1 parent fa3c78f commit 58f6d11

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/memory-analyzer/gdb_api.h

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -91,21 +91,5 @@ class gdb_interaction_exceptiont : public cprover_exception_baset
9191
std::string reason;
9292
};
9393

94-
class gdb_inaccessible_memory_exceptiont : public cprover_exception_baset
95-
{
96-
public:
97-
explicit gdb_inaccessible_memory_exceptiont(std::string reason)
98-
: reason(reason)
99-
{
100-
}
101-
102-
std::string what() const override
103-
{
104-
return reason;
105-
}
106-
107-
private:
108-
std::string reason;
109-
};
11094
#endif // CPROVER_MEMORY_ANALYZER_GDB_API_H
11195
#endif // __linux__

0 commit comments

Comments
 (0)