Fixed build error for redefinition.

llvm-svn: 95532
This commit is contained in:
Sanjiv Gupta 2010-02-08 06:08:32 +00:00
parent 8ffee4d5f8
commit bb3f887a85
1 changed files with 0 additions and 2 deletions

View File

@ -46,8 +46,6 @@ int main(int argc, char** argv) {
// We are creating a temp dir in current dir, with the cached name.
// But before that remove if one already exists with that name..
llvm::sys::Path tempDir;
tempDir = TempDirname;
tempDir.eraseFromDisk(true);