summaryrefslogtreecommitdiff
path: root/CIAO/CIDLC/EmitterBase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/CIDLC/EmitterBase.cpp')
-rw-r--r--CIAO/CIDLC/EmitterBase.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/CIAO/CIDLC/EmitterBase.cpp b/CIAO/CIDLC/EmitterBase.cpp
deleted file mode 100644
index 418db97852a..00000000000
--- a/CIAO/CIDLC/EmitterBase.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
-// file : CIDLC/EmitterBase.cpp
-// author : Jeff Parsons <j.parsons@vanderbilt.edu>
-// cvs-id : $Id$
-
-#include "EmitterBase.hpp"
-
-EmitterBase::EmitterBase (Context& c)
- : ctx (c),
- os (ctx.os ())
-{
-}