Index: base/global_descriptors_posix.h |
diff --git a/base/global_descriptors_posix.h b/base/global_descriptors_posix.h |
index 0cb5b4f75b42dbd3ff253394e1f3650252de0005..060bf0ad212525ee2ba8478242743eeba918d948 100644 |
--- a/base/global_descriptors_posix.h |
+++ b/base/global_descriptors_posix.h |
@@ -55,9 +55,7 @@ class GlobalDescriptors { |
// Set the descriptor for the given key. |
void Set(Key key, int fd); |
- void Reset(const Mapping& mapping) { |
- descriptors_ = mapping; |
- } |
+ void Reset(const Mapping& mapping); |
private: |
friend struct DefaultSingletonTraits<GlobalDescriptors>; |