Skip to content

Commit b21f942

Browse files
committed
Remove unused gdb_inaccessible_memory_exceptiont
1 parent 7664419 commit b21f942

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
@@ -90,21 +90,5 @@ class gdb_interaction_exceptiont : public cprover_exception_baset
9090
std::string reason;
9191
};
9292

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

0 commit comments

Comments
 (0)