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

Aaron Ballman aaron at aaronballman.com
Tue Sep 13 18:01:45 PDT 2011


Ping?

~Aaron

On Fri, Aug 26, 2011 at 6:41 PM, Chris Lattner <clattner at apple.com> wrote:
> 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
>
>
-------------- 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/20110913/ed09441e/attachment.obj>


More information about the llvm-commits mailing list