| Index: base/lazy_instance.h
|
| diff --git a/base/lazy_instance.h b/base/lazy_instance.h
|
| index fd0321017df8f8ba6643f1326db2db581fd05ed5..72befe45d5e1ca9b84c8bb8d19e7717e766101af 100644
|
| --- a/base/lazy_instance.h
|
| +++ b/base/lazy_instance.h
|
| @@ -97,8 +97,7 @@ struct LeakyLazyInstanceTraits {
|
| ANNOTATE_SCOPED_MEMORY_LEAK;
|
| return DefaultLazyInstanceTraits<Type>::New(instance);
|
| }
|
| - static void Delete(Type* instance) {
|
| - }
|
| + static void Delete(Type*) {}
|
| };
|
|
|
| // Our AtomicWord doubles as a spinlock, where a value of
|
|
|