Skip to content

Commit e28a662

Browse files
author
Owen
committed
Remove unused typedef
1 parent 4840154 commit e28a662

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cpp/expr2cpp.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ class expr2cppt:public expr2ct
4343
const typet &src,
4444
const qualifierst &qualifiers,
4545
const std::string &declarator) override;
46-
47-
typedef std::unordered_set<std::string, string_hash> id_sett;
4846
};
4947

5048
std::string expr2cppt::convert_struct(

0 commit comments

Comments
 (0)