RemoveFileOnSignal is now in sys:: namespace
authorNate Begeman <natebegeman@mac.com>
Sun, 29 Aug 2004 22:01:17 +0000 (22:01 +0000)
committerNate Begeman <natebegeman@mac.com>
Sun, 29 Aug 2004 22:01:17 +0000 (22:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16103 91177308-0d34-0410-b5e6-96231b3b80d8

projects/Stacker/tools/stkrc/stkrc.cpp

index 280d6b00b1ff6f351d04aef148e2161736c34239..c5d92e6c2ef382dd019a4307354309c65d2c237f 100644 (file)
@@ -135,7 +135,7 @@ int main(int argc, char **argv)
        Out = new std::ofstream(OutputFilename.c_str());
         // Make sure that the Out file gets unlinked from the disk if we get a
         // SIGINT
-        RemoveFileOnSignal(OutputFilename);
+        sys::RemoveFileOnSignal(OutputFilename);
       }
     }