diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-08 20:56:32 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-08 20:56:32 +0000 |
commit | 023270e453f31ff419f8097b2495b8fbc48b186e (patch) | |
tree | b7e91283e510ebb19be635ed4d4179bbcd7abd5a /llvm/lib/System | |
parent | 52be6b41d354bb6e2fee074f6988dcbb9ce73367 (diff) | |
download | bcm5719-llvm-023270e453f31ff419f8097b2495b8fbc48b186e.tar.gz bcm5719-llvm-023270e453f31ff419f8097b2495b8fbc48b186e.zip |
Remove contributor names as per coding statndard.
llvm-svn: 118442
Diffstat (limited to 'llvm/lib/System')
-rw-r--r-- | llvm/lib/System/Win32/Path.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/System/Win32/Path.inc b/llvm/lib/System/Win32/Path.inc index 4db7696b49e..8e3004d0ac4 100644 --- a/llvm/lib/System/Win32/Path.inc +++ b/llvm/lib/System/Win32/Path.inc @@ -5,9 +5,6 @@ // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // -// Modified by Henrik Bach to comply with at least MinGW. -// Ported to Win32 by Jeff Cohen. -// //===----------------------------------------------------------------------===// // // This file provides the Win32 specific implementation of the Path class. |