mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 22:50:47 +00:00
Delete an unused declaration.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114839 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d73b908f26
commit
477268cd24
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user