Removed dead code

This commit is contained in:
Bartek Kryza
2023-04-05 20:31:00 +02:00
parent 2b951fe170
commit cb74864d0d
10 changed files with 4 additions and 55 deletions

View File

@@ -62,8 +62,6 @@ public:
virtual std::string full_name_no_ns() const { return name(); }
void set_using_namespaces(const namespace_ &un);
const namespace_ &using_namespace() const;
friend bool operator==(const element &l, const element &r);