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

Aaron Ballman aaron at aaronballman.com
Fri Aug 26 10:24:43 PDT 2011


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
>




More information about the llvm-commits mailing list