summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-09-27 16:54:49 +0000
committerDan Gohman <gohman@apple.com>2010-09-27 16:54:49 +0000
commitca8ebc8de202b4f370c096108da740fa340b6161 (patch)
tree8783beaaa4551ee7046807202b250eeeabd1e643
parent68fe97073215f2b9ed014a68f919da7a99ec67a8 (diff)
downloadbcm5719-llvm-ca8ebc8de202b4f370c096108da740fa340b6161.tar.gz
bcm5719-llvm-ca8ebc8de202b4f370c096108da740fa340b6161.zip
Delete an unused declaration.
llvm-svn: 114839
-rw-r--r--llvm/lib/Support/GraphWriter.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Support/GraphWriter.cpp b/llvm/lib/Support/GraphWriter.cpp
index 47779eee0be..e87cebf289f 100644
--- a/llvm/lib/Support/GraphWriter.cpp
+++ b/llvm/lib/Support/GraphWriter.cpp
@@ -70,8 +70,6 @@ void llvm::DisplayGraph(const sys::Path &Filename, bool wait,
Filename.eraseFromDisk();
#elif HAVE_XDOT_PY
- sys::Path XDotPy();
-
std::vector<const char*> args;
args.push_back(LLVM_PATH_XDOT_PY);
args.push_back(Filename.c_str());
OpenPOWER on IntegriCloud