diff options
Diffstat (limited to 'llvm/lib/System/Program.cpp')
-rw-r--r-- | llvm/lib/System/Program.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/System/Program.cpp b/llvm/lib/System/Program.cpp index fb00dc958fb..eb289d81b2e 100644 --- a/llvm/lib/System/Program.cpp +++ b/llvm/lib/System/Program.cpp @@ -31,5 +31,3 @@ using namespace sys; #ifdef LLVM_ON_WIN32 #include "Win32/Program.inc" #endif - -DEFINING_FILE_FOR(SystemProgram) |