diff options
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()); |