summaryrefslogtreecommitdiff
path: root/examples/APG/Naming/Graph.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/APG/Naming/Graph.cpp')
-rw-r--r--examples/APG/Naming/Graph.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/APG/Naming/Graph.cpp b/examples/APG/Naming/Graph.cpp
index 79d0def14f3..62ca52afd0d 100644
--- a/examples/APG/Naming/Graph.cpp
+++ b/examples/APG/Naming/Graph.cpp
@@ -5,10 +5,6 @@
void Graph::graph (char *filename, Graphable_Element_List &data)
{
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
- ACE_UNUSED_ARG (filename);
- ACE_UNUSED_ARG (data);
-#else
data.sort ();
ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("Save graph to %C\n"), filename));
@@ -48,5 +44,4 @@ void Graph::graph (char *filename, Graphable_Element_List &data)
}
ACE_DEBUG ((LM_INFO, ACE_TEXT ("\n")));
}
-#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
}