aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-04-15 08:24:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-04-15 08:24:06 +0200
commit41c79be2088702071d4a131fe0fa96208fef9674 (patch)
tree409e2588a1b51c73c5ddf5f9da972c883c117445 /xsd-frontend
parent3a757d862b6551607c5b22042437f74ab3c144ee (diff)
Remove "sink" add_edge_right from node
To perform more complex transformations on the graph (e.g., replacing nodes) we need to track all edges pointing to the nodes.
Diffstat (limited to 'xsd-frontend')
-rw-r--r--xsd-frontend/semantic-graph/elements.hxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/xsd-frontend/semantic-graph/elements.hxx b/xsd-frontend/semantic-graph/elements.hxx
index bcbd901..f0b679f 100644
--- a/xsd-frontend/semantic-graph/elements.hxx
+++ b/xsd-frontend/semantic-graph/elements.hxx
@@ -306,19 +306,6 @@ namespace XSDFrontend
abort (); // Told you so!
}
- // This is a bunch of experimental sink functions that allow
- // extensions in the form of one-way edges.
- //
- //void
- //add_edge_left (Edge&)
- //{
- //}
-
- Void
- add_edge_right (Edge&)
- {
- }
-
Void
add_edge_right (Annotates& a)
{