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

Aaron Ballman aaron at aaronballman.com
Sat Aug 20 14:34:04 PDT 2011


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: FileSystem.diff
Type: application/octet-stream
Size: 9075 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110820/29fcced1/attachment.obj>


More information about the llvm-commits mailing list