diff options
Diffstat (limited to 'base/lazy_instance.h')
-rw-r--r-- | base/lazy_instance.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/lazy_instance.h b/base/lazy_instance.h index c428feb..7021829 100644 --- a/base/lazy_instance.h +++ b/base/lazy_instance.h @@ -34,7 +34,6 @@ #ifndef BASE_LAZY_INSTANCE_H_ #define BASE_LAZY_INSTANCE_H_ -#pragma once #include <new> // For placement new. |