diff options
Diffstat (limited to 'ace/Dirent.cpp')
-rw-r--r-- | ace/Dirent.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ace/Dirent.cpp b/ace/Dirent.cpp deleted file mode 100644 index 99be26d2a6d..00000000000 --- a/ace/Dirent.cpp +++ /dev/null @@ -1,10 +0,0 @@ -// $Id$ -#define ACE_BUILD_DLL - -#if defined (ACE_LACKS_INLINE_FUNCTIONS) -#include "ace/Dirent.i" -#else -#if defined (__hpux) && !defined (__GNUG__) -static int shut_up_aCC = 0; -#endif /* HPUX && !g++ */ -#endif /* ACE_LACKS_INLINE_FUNCTIONS */ |