Browse Source

Remove the duplicated definition of size_t

So hopefully windows won't complain.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@345997 91177308-0d34-0410-b5e6-96231b3b80d8
Kristof Umann 6 years ago
parent
commit
0cb04a9067
1 changed files with 0 additions and 1 deletions
  1. 0 1
      test/Analysis/llvm-conventions.cpp

+ 0 - 1
test/Analysis/llvm-conventions.cpp

@@ -7,7 +7,6 @@
 // Forward declarations for StringRef tests.
 // Forward declarations for StringRef tests.
 //===----------------------------------------------------------------------===//
 //===----------------------------------------------------------------------===//
 
 
-using size_t = unsigned long;
 using size_type = size_t;
 using size_type = size_t;
 
 
 namespace std {
 namespace std {