forked from OSchip/llvm-project
Remove the duplicated definition of size_t
So hopefully windows won't complain. llvm-svn: 345997
This commit is contained in:
parent
d538352b3e
commit
11793f429f
|
@ -7,7 +7,6 @@
|
|||
// Forward declarations for StringRef tests.
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
using size_t = unsigned long;
|
||||
using size_type = size_t;
|
||||
|
||||
namespace std {
|
||||
|
|
Loading…
Reference in New Issue