[llvm-commits] [PATCH] Removing unused declarations from FileSystem.h

Chris Lattner clattner at apple.com
Fri Aug 26 16:41:29 PDT 2011


Seems fine to me,

-Chris

On Aug 26, 2011, at 10:24 AM, Aaron Ballman wrote:

> Ping?
> 
> On Sat, Aug 20, 2011 at 4:34 PM, Aaron Ballman <aaron at aaronballman.com> wrote:
>> While working on some Win32 changes in PathV2, I noticed that there
>> were a number of declarations in FileSystem.h which have no definition
>> on any platform, and are not used anywhere in the source base.  This
>> patch removes those declarations, so no one accidentally attempts to
>> make use of them.
>> 
>> I confirmed the patch against Visual Studio 2010 and MinGW.  However,
>> I'd feel more comfortable if someone is also able to verify in XCode.
>> 
>> Thanks!
>> 
>> ~Aaron
>> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list