summaryrefslogtreecommitdiff
path: root/CIAO/CCF/CCF/IDL2/SemanticGraph/Literals.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/CCF/CCF/IDL2/SemanticGraph/Literals.cpp')
-rw-r--r--CIAO/CCF/CCF/IDL2/SemanticGraph/Literals.cpp24
1 files changed, 0 insertions, 24 deletions
diff --git a/CIAO/CCF/CCF/IDL2/SemanticGraph/Literals.cpp b/CIAO/CCF/CCF/IDL2/SemanticGraph/Literals.cpp
deleted file mode 100644
index 86c64116b23..00000000000
--- a/CIAO/CCF/CCF/IDL2/SemanticGraph/Literals.cpp
+++ /dev/null
@@ -1,24 +0,0 @@
-// file : CCF/IDL2/SemanticGraph/Literals.cpp
-// author : Boris Kolpackov <boris@dre.vanderbilt.edu>
-// cvs-id : $Id$
-
-#include "CCF/IDL2/SemanticGraph/Literals.hpp"
-
-#include <ostream>
-
-namespace CCF
-{
- namespace IDL2
- {
- namespace SemanticGraph
- {
- }
- }
-}
-
-std::ostream&
-operator<< (std::ostream& o,
- CCF::IDL2::SemanticGraph::StringLiteral const& lit)
-{
- return o << '\"' << lit.literal () << '\"';
-}