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 | 477268cd24f3bd49901cd3afcbf0113f74e8a6da (patch) | |
tree | 2ee50cb8597e06a1018ce46a2c56fc0d693fd43e /lib/Support/GraphWriter.cpp | |
parent | d73b908f263d538f380e7fbee508d4e9a1a71791 (diff) |
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.cpp | 2 |
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()); |