diff options
author | Dan Gohman <gohman@apple.com> | 2010-09-27 16:54:49 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-09-27 16:54:49 +0000 |
commit | ca8ebc8de202b4f370c096108da740fa340b6161 (patch) | |
tree | 8783beaaa4551ee7046807202b250eeeabd1e643 | |
parent | 68fe97073215f2b9ed014a68f919da7a99ec67a8 (diff) | |
download | bcm5719-llvm-ca8ebc8de202b4f370c096108da740fa340b6161.tar.gz bcm5719-llvm-ca8ebc8de202b4f370c096108da740fa340b6161.zip |
Delete an unused declaration.
llvm-svn: 114839
-rw-r--r-- | llvm/lib/Support/GraphWriter.cpp | 2 |
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()); |