summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-12-17 13:18:12 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-12-17 13:18:12 +0000
commit66593fae589a8cb46f1d6675042861d31efe879a (patch)
treede93cb902274c1a692a62c818254ab6923645d2b
parent56e5582e30a5bb5cef4e5a274b6198a335cef770 (diff)
downloadATCD-66593fae589a8cb46f1d6675042861d31efe879a.tar.gz
ChangeLogTag: Fri Dec 17 13:18:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>Fri Dec 17 12:47:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ace/IOStream_T.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/ace/IOStream_T.cpp b/ace/IOStream_T.cpp
index 3779d015a57..d8ff9c53b15 100644
--- a/ace/IOStream_T.cpp
+++ b/ace/IOStream_T.cpp
@@ -14,20 +14,6 @@ ACE_RCSID(ace, IOStream_T, "$Id$")
#if !defined (ACE_LACKS_ACE_IOSTREAM)
-#if defined (__GNUG__)
-# if !defined (ACE_IOSTREAM_T_H)
- // _Only_ define this when compiling this .cpp file standalone, not
- // when instantiating templates. Its purpose is to provide something
- // for global constructors and destructors to be tied to. Without it,
- // they would be tied to the file(name). With Cygnus g++ 2.7.2/VxWorks,
- // that name is used directly in variable names in the munched ctor/dtor
- // file. That name contains a ".", so it's not a legal C variable name.
- // The root of all this trouble is a static instance (of Iostream_init)
- // declared in the iostream.h header file.
- int ACE_IOStream_global_of_builtin_type_to_avoid_munch_problems = 0;
-# endif /* ! ACE_IOSTREAM_T_H */
-#endif /*__GNUG__ */
-
#if !defined (__ACE_INLINE__)
#include "ace/IOStream_T.inl"
#endif /* !__ACE_INLINE__ */