summaryrefslogtreecommitdiff
path: root/netsvcs/lib/Logging_Strategy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'netsvcs/lib/Logging_Strategy.cpp')
-rw-r--r--netsvcs/lib/Logging_Strategy.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/netsvcs/lib/Logging_Strategy.cpp b/netsvcs/lib/Logging_Strategy.cpp
index d8b11450159..f0170c244ac 100644
--- a/netsvcs/lib/Logging_Strategy.cpp
+++ b/netsvcs/lib/Logging_Strategy.cpp
@@ -5,22 +5,6 @@
#include "ace/Get_Opt.h"
#include "Logging_Strategy.h"
-// Make sure we have fstream
-#if defined (ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION)
-# if defined (ACE_HAS_STANDARD_CPP_LIBRARY) && (ACE_HAS_STANDARD_CPP_LIBRARY != 0)
-# include /**/ <fstream>
-
-# if defined (ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB) && \
- (ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB != 0)
- using std::ofstream;
- using std::ios;
-# endif /* ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB */
-
-# else /* ACE_HAS_STANDARD_CPP_LIBRARY */
-# include /**/ <fstream.h>
-# endif /* ACE_HAS_STANDARD_CPP_LIBRARY */
-#endif /* ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION */
-
// Parse the string containing all the flags and set the flags accordingly
void
ACE_Logging_Strategy::tokenize (char *flag_string)