commit | 2f795cf12e402e4db2fa90fb9368d5f762223c6b | [log] [tgz] |
---|---|---|
author | Nate Begeman <natebegeman@mac.com> | Sun Aug 29 22:01:17 2004 +0000 |
committer | Nate Begeman <natebegeman@mac.com> | Sun Aug 29 22:01:17 2004 +0000 |
tree | c0fcf113aa06fc23c8c4012d0a80874b35141151 | |
parent | 81ab877a0c8fbbdc903762bcc891c50e5bb98204 [diff] |
RemoveFileOnSignal is now in sys:: namespace git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16103 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/projects/Stacker/tools/stkrc/stkrc.cpp b/projects/Stacker/tools/stkrc/stkrc.cpp index 280d6b0..c5d92e6 100644 --- a/projects/Stacker/tools/stkrc/stkrc.cpp +++ b/projects/Stacker/tools/stkrc/stkrc.cpp
@@ -135,7 +135,7 @@ 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); } }