Skip to content

Commit 05360c4

Browse files
authored
Merge pull request #3916 from thk123/followup-opaque-cleanup
Remove no-longer-used system_symbols
2 parents 1e5f423 + de47d44 commit 05360c4

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

src/langapi/language.h

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,17 @@ Author: Daniel Kroening, [email protected]
1212
#ifndef CPROVER_LANGAPI_LANGUAGE_H
1313
#define CPROVER_LANGAPI_LANGUAGE_H
1414

15-
#include <unordered_set>
1615
#include <iosfwd>
17-
#include <string>
1816
#include <memory> // unique_ptr
17+
#include <set>
18+
#include <string>
19+
#include <unordered_set>
1920

2021
#include <util/message.h>
2122
#include <util/std_types.h>
2223
#include <util/symbol.h>
2324
#include <util/symbol_table_base.h>
2425

25-
#include <goto-programs/system_library_symbols.h>
26-
2726
class symbol_tablet;
2827
class exprt;
2928
class namespacet;
@@ -188,7 +187,6 @@ class languaget:public messaget
188187

189188
protected:
190189
bool language_options_initialized=false;
191-
system_library_symbolst system_symbols;
192190
};
193191

194192
#endif // CPROVER_UTIL_LANGUAGE_H

src/langapi/module_dependencies.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
goto-programs
21
langapi
32
util

0 commit comments

Comments
 (0)