[llvm-commits] [llvm] r114832 - in /llvm/trunk: autoconf/configure.ac configure include/llvm/Config/config.h.in lib/Support/GraphWriter.cpp
Dan Gohman
gohman at apple.com
Mon Sep 27 09:58:10 PDT 2010
On Sep 27, 2010, at 9:37 AM, Chris Lattner <clattner at apple.com> wrote:
>
> On Sep 27, 2010, at 9:28 AM, Dan Gohman wrote:
>
>> +++ llvm/trunk/lib/Support/GraphWriter.cpp Mon Sep 27 11:28:34 2010
>> @@ -69,6 +69,32 @@
>> else
>> Filename.eraseFromDisk();
>>
>> +#elif HAVE_XDOT_PY
>> + sys::Path XDotPy();
>
> Does this work? Aren't you declaring a function here, not default
> constructing a sys::Path?
It was unused. I removed it now.
Dan
More information about the llvm-commits
mailing list