summaryrefslogtreecommitdiff
path: root/lib/System
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2010-11-08 20:56:32 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2010-11-08 20:56:32 +0000
commit23721d5b19113146a07c29035ada842aa04318c3 (patch)
tree0c4d3d9069c7a7501c5c49ecfaefa83eba31da37 /lib/System
parent1d32db440612ac59f992be431f7666878c67bf5a (diff)
downloadllvm-23721d5b19113146a07c29035ada842aa04318c3.tar.gz
llvm-23721d5b19113146a07c29035ada842aa04318c3.tar.bz2
llvm-23721d5b19113146a07c29035ada842aa04318c3.tar.xz
Remove contributor names as per coding statndard.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118442 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System')
-rw-r--r--lib/System/Win32/Path.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/System/Win32/Path.inc b/lib/System/Win32/Path.inc
index 4db7696b49..8e3004d0ac 100644
--- a/lib/System/Win32/Path.inc
+++ b/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.