We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7664419 commit b21f942Copy full SHA for b21f942
src/memory-analyzer/gdb_api.h
@@ -90,21 +90,5 @@ class gdb_interaction_exceptiont : public cprover_exception_baset
90
std::string reason;
91
};
92
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
-};
109
#endif // CPROVER_MEMORY_ANALYZER_GDB_API_H
110
#endif // __linux__
0 commit comments