summaryrefslogtreecommitdiff
path: root/ace/OS.i
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS.i')
-rw-r--r--ace/OS.i1
1 files changed, 0 insertions, 1 deletions
diff --git a/ace/OS.i b/ace/OS.i
index 407245f603c..3804a6f4cc6 100644
--- a/ace/OS.i
+++ b/ace/OS.i
@@ -7799,7 +7799,6 @@ ACE_OS::open (const char *filename,
return 0;
#elif defined (ACE_WIN32)
ACE_UNUSED_ARG (perms);
- // Warning: This function ignores _O_APPEND
DWORD access = GENERIC_READ;
if (ACE_BIT_ENABLED (mode, O_WRONLY))