From e5525438b00eec1275ff454f3a31a4f848744f7a Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Tue, 16 Nov 2004 07:35:32 +0000 Subject: [PATCH] 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 --- lib/System/Win32/Program.cpp | 1 - lib/System/Win32/Program.inc | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/System/Win32/Program.cpp b/lib/System/Win32/Program.cpp index a509788ce35..ddc939620ea 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 diff --git a/lib/System/Win32/Program.inc b/lib/System/Win32/Program.inc index a509788ce35..ddc939620ea 100644 --- a/lib/System/Win32/Program.inc +++ b/lib/System/Win32/Program.inc @@ -11,7 +11,6 @@ // //===----------------------------------------------------------------------===// -// Include the generic Unix implementation #include "Win32.h" #include -- 2.34.1