summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-06-17 19:17:04 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-06-17 19:17:04 +0000
commit5a37c51536088b0e3fcef81fa22d7721c1f775ea (patch)
tree8869ccc183e57a467c0d23e36b04b6cd06c926d1 /TAO/TAO_IDL
parent59e5554918df55649e99cc6ad9635a23f3405e27 (diff)
downloadATCD-5a37c51536088b0e3fcef81fa22d7721c1f775ea.tar.gz
ChangeLogTag: Fri Jun 17 19:09:56 UTC 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL')
-rw-r--r--TAO/TAO_IDL/be/be_codegen.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/TAO_IDL/be/be_codegen.cpp b/TAO/TAO_IDL/be/be_codegen.cpp
index f6c94d77db4..28f0364f3ff 100644
--- a/TAO/TAO_IDL/be/be_codegen.cpp
+++ b/TAO/TAO_IDL/be/be_codegen.cpp
@@ -1604,12 +1604,6 @@ TAO_CodeGen::gen_stub_src_includes (void)
this->gen_standard_include (this->client_stubs_,
"ace/Auto_Ptr.h");
}
-
- // Needed by HPUX when optimize=1.
-#if defined (HPUX)
- this->gen_standard_include (this->client_stubs_,
- "ace/SString.h");
-#endif /* HPUX */
}
void