diff options
Diffstat (limited to 'libcxx/src/random.cpp')
-rw-r--r-- | libcxx/src/random.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxx/src/random.cpp b/libcxx/src/random.cpp index 1d82bf7681b..5af8f464972 100644 --- a/libcxx/src/random.cpp +++ b/libcxx/src/random.cpp @@ -14,7 +14,6 @@ #include <unistd.h> #include <errno.h> - _LIBCPP_BEGIN_NAMESPACE_STD random_device::random_device(const string& __token) |