diff options
| author | Eric Fiselier <eric@efcs.ca> | 2016-07-01 23:31:55 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2016-07-01 23:31:55 +0000 |
| commit | d3ac6ae7d337ae96f1e65c4a5dca06c59ae99f45 (patch) | |
| tree | 7f14ca566fc926c6959368de591a0e05644f399f | |
| parent | 3add3a40a42cc66cd4c918706b3e319e5a5ae5f0 (diff) | |
| download | bcm5719-llvm-d3ac6ae7d337ae96f1e65c4a5dca06c59ae99f45.tar.gz bcm5719-llvm-d3ac6ae7d337ae96f1e65c4a5dca06c59ae99f45.zip | |
Remove accidental change committed in r274403.
llvm-svn: 274407
| -rw-r--r-- | libcxx/src/chrono.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/src/chrono.cpp b/libcxx/src/chrono.cpp index 14b848bfc9c..266eed84ea8 100644 --- a/libcxx/src/chrono.cpp +++ b/libcxx/src/chrono.cpp @@ -6,7 +6,7 @@ // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -#define _LIBCPP_BUILDING_CHRONO + #include "chrono" #include "cerrno" // errno #include "system_error" // __throw_system_error |

