We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa3c78f commit 58f6d11Copy full SHA for 58f6d11
src/memory-analyzer/gdb_api.h
@@ -91,21 +91,5 @@ class gdb_interaction_exceptiont : public cprover_exception_baset
91
std::string reason;
92
};
93
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
-};
110
#endif // CPROVER_MEMORY_ANALYZER_GDB_API_H
111
#endif // __linux__
0 commit comments