diff --git a/lib/Support/GraphWriter.cpp b/lib/Support/GraphWriter.cpp index 47779eee0be..e87cebf289f 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 args; args.push_back(LLVM_PATH_XDOT_PY); args.push_back(Filename.c_str());