Remove the duplicated definition of size_t

So hopefully windows won't complain.

llvm-svn: 345997
This commit is contained in:
Kristof Umann 2018-11-02 17:00:07 +00:00
parent d538352b3e
commit 11793f429f
1 changed files with 0 additions and 1 deletions

View File

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