Delete an unused declaration.
[oota-llvm.git] / lib / Support / GraphWriter.cpp
index 47779eee0be7d96be7b70d2a63ca3526a53e509a..e87cebf289f98970118fd322e4cd80d3ef06973c 100644 (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());