Delete an unused declaration.

llvm-svn: 114839
This commit is contained in:
Dan Gohman 2010-09-27 16:54:49 +00:00
parent 830a560eef
commit 08f59bde05

View File

@ -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());