mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-24 12:36:30 +00:00
Delete an unused declaration.
llvm-svn: 114839
This commit is contained in:
parent
830a560eef
commit
08f59bde05
@ -70,8 +70,6 @@ void llvm::DisplayGraph(const sys::Path &Filename, bool wait,
|
|||||||
Filename.eraseFromDisk();
|
Filename.eraseFromDisk();
|
||||||
|
|
||||||
#elif HAVE_XDOT_PY
|
#elif HAVE_XDOT_PY
|
||||||
sys::Path XDotPy();
|
|
||||||
|
|
||||||
std::vector<const char*> args;
|
std::vector<const char*> args;
|
||||||
args.push_back(LLVM_PATH_XDOT_PY);
|
args.push_back(LLVM_PATH_XDOT_PY);
|
||||||
args.push_back(Filename.c_str());
|
args.push_back(Filename.c_str());
|
||||||
|
Loading…
Reference in New Issue
Block a user