diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-11-16 07:35:32 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-11-16 07:35:32 +0000 |
commit | e5525438b00eec1275ff454f3a31a4f848744f7a (patch) | |
tree | 8297464eea032843f23a7f7ab6ae05acac7460b6 /lib/System/Win32/Program.cpp | |
parent | 4cda59134110277607ce4c80e7372e0a8db40142 (diff) |
Erase non-applicable Unix comment, this is Win32
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17896 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System/Win32/Program.cpp')
-rw-r--r-- | lib/System/Win32/Program.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/System/Win32/Program.cpp b/lib/System/Win32/Program.cpp index a509788ce3..ddc939620e 100644 --- a/lib/System/Win32/Program.cpp +++ b/lib/System/Win32/Program.cpp @@ -11,7 +11,6 @@ // //===----------------------------------------------------------------------===// -// Include the generic Unix implementation #include "Win32.h" #include <malloc.h> |