summaryrefslogtreecommitdiff
path: root/ACE/ace/os_include
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-08-05 13:29:57 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-08-05 13:29:57 +0200
commit1475baeb7744b5a21af8b449894464cc1242ceed (patch)
tree1fc2edf41078507c29fb2ce171a0ee9ee7edbaab /ACE/ace/os_include
parente753ae7dddbd01809fd3c6652a422cda6525d88d (diff)
downloadATCD-1475baeb7744b5a21af8b449894464cc1242ceed.tar.gz
Removed check for ACE_LACKS_STDARG_H, not set in any config file
* ACE/ace/os_include/os_stdarg.h:
Diffstat (limited to 'ACE/ace/os_include')
-rw-r--r--ACE/ace/os_include/os_stdarg.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ACE/ace/os_include/os_stdarg.h b/ACE/ace/os_include/os_stdarg.h
index c93ffb03530..bef41b75cf4 100644
--- a/ACE/ace/os_include/os_stdarg.h
+++ b/ACE/ace/os_include/os_stdarg.h
@@ -22,9 +22,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#if !defined (ACE_LACKS_STDARG_H)
-# include /**/ <stdarg.h>
-#endif /* !ACE_LACKS_STDARG_H */
+#include /**/ <stdarg.h>
#if !defined (va_copy)
#if defined (__va_copy)