summaryrefslogtreecommitdiff
path: root/lib/Support/GraphWriter.cpp
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
commit477268cd24f3bd49901cd3afcbf0113f74e8a6da (patch)
tree2ee50cb8597e06a1018ce46a2c56fc0d693fd43e /lib/Support/GraphWriter.cpp
parentd73b908f263d538f380e7fbee508d4e9a1a71791 (diff)
downloadllvm-477268cd24f3bd49901cd3afcbf0113f74e8a6da.tar.gz
llvm-477268cd24f3bd49901cd3afcbf0113f74e8a6da.tar.bz2
llvm-477268cd24f3bd49901cd3afcbf0113f74e8a6da.tar.xz
Delete an unused declaration.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114839 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/GraphWriter.cpp')
-rw-r--r--lib/Support/GraphWriter.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Support/GraphWriter.cpp b/lib/Support/GraphWriter.cpp
index 47779eee0b..e87cebf289 100644
--- a/lib/Support/GraphWriter.cpp
+++ b/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());