X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FSystem%2FProcess.cpp;h=e93b2af4c12bbdc9d9fd494fe588b53ad2d12391;hb=87e0697a46ad214be0d8fce0955494f4085de95a;hp=4a5f9bafdd7585bcd973ae387fb09f5c2cb89277;hpb=4ee451de366474b9c228b4e5fa573795a715216d;p=oota-llvm.git diff --git a/lib/System/Process.cpp b/lib/System/Process.cpp index 4a5f9bafdd7..e93b2af4c12 100644 --- a/lib/System/Process.cpp +++ b/lib/System/Process.cpp @@ -31,5 +31,3 @@ using namespace sys; #ifdef LLVM_ON_WIN32 #include "Win32/Process.inc" #endif - -DEFINING_FILE_FOR(SystemProcess)