summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSanjiv Gupta <sanjiv.gupta@microchip.com>2010-02-08 06:08:32 +0000
committerSanjiv Gupta <sanjiv.gupta@microchip.com>2010-02-08 06:08:32 +0000
commit504b4cdc1c738621ed8b6a39012bb74d32cce95a (patch)
tree590b7c8c42c1a6d95f5dfa5d5ab8c78713477962 /tools
parent90f4c914b8391ed8e54ac952d441313376acbb9a (diff)
downloadllvm-504b4cdc1c738621ed8b6a39012bb74d32cce95a.tar.gz
llvm-504b4cdc1c738621ed8b6a39012bb74d32cce95a.tar.bz2
llvm-504b4cdc1c738621ed8b6a39012bb74d32cce95a.tar.xz
Fixed build error for redefinition.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95532 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/llvmc/example/mcc16/driver/Main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/llvmc/example/mcc16/driver/Main.cpp b/tools/llvmc/example/mcc16/driver/Main.cpp
index 43d6c048f9..e66e2f9c67 100644
--- a/tools/llvmc/example/mcc16/driver/Main.cpp
+++ b/tools/llvmc/example/mcc16/driver/Main.cpp
@@ -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);