summaryrefslogtreecommitdiff
path: root/TAO/tao/Context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Context.cpp')
-rw-r--r--TAO/tao/Context.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/tao/Context.cpp b/TAO/tao/Context.cpp
index 486ab584d3f..412360dd569 100644
--- a/TAO/tao/Context.cpp
+++ b/TAO/tao/Context.cpp
@@ -1,10 +1,6 @@
// $Id$
-
#include "tao/Context.h"
-
-#if !defined (TAO_HAS_MINIMUM_CORBA)
-
#include "tao/Typecode.h"
#include "tao/Environment.h"
#include "tao/NVList.h"
@@ -171,5 +167,3 @@ CORBA_ContextList::_destroy (void)
if (current == 0)
delete this;
}
-
-#endif /* TAO_HAS_MINIMUM_CORBA */