summaryrefslogtreecommitdiff
path: root/ACE/docs
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2023-01-16 15:47:01 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2023-01-16 15:47:01 +0100
commitf25410e018ff6b65ec24df5ba249447f74eb0198 (patch)
treea2a9109f02a0eee0b64254be63293fc7639f8c2d /ACE/docs
parentfd9764555ac1865589fe02dcd8201ab3d91e7030 (diff)
downloadATCD-f25410e018ff6b65ec24df5ba249447f74eb0198.tar.gz
Removed AIX support
Diffstat (limited to 'ACE/docs')
-rw-r--r--ACE/docs/ACE-guidelines.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/ACE/docs/ACE-guidelines.html b/ACE/docs/ACE-guidelines.html
index ab270f13aa8..0f4e4641785 100644
--- a/ACE/docs/ACE-guidelines.html
+++ b/ACE/docs/ACE-guidelines.html
@@ -383,10 +383,6 @@ If using g++, problems like this can be flagged as a warning by using the "<code
#include "Foo_T.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
- #if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
- #pragma implementation "Foo_T.cpp"
- #endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
-
#endif /* FOO_T_H */
</pre></p>
<p>