summaryrefslogtreecommitdiff
path: root/cli/semantics
diff options
context:
space:
mode:
Diffstat (limited to 'cli/semantics')
-rw-r--r--cli/semantics/elements.hxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/cli/semantics/elements.hxx b/cli/semantics/elements.hxx
index bbc5517..504779a 100644
--- a/cli/semantics/elements.hxx
+++ b/cli/semantics/elements.hxx
@@ -79,15 +79,6 @@ namespace semantics
context_type context_;
};
- /*
- inline bool
- operator== (edge const& x, edge const& y)
- {
- return &x == &y;
- }
- */
-
-
//
//
class node
@@ -163,15 +154,6 @@ namespace semantics
size_t column_;
};
- /*
- inline bool
- operator== (node const& x, node const& y)
- {
- return &x == &y;
- }
- */
-
-
//
//
class scope;