| Index: client/settings.cc
|
| diff --git a/client/settings.cc b/client/settings.cc
|
| index 6d4640772f8b58fae393286b696277d81dee49c3..32297811805caeb37030afd9a152204110931fa0 100644
|
| --- a/client/settings.cc
|
| +++ b/client/settings.cc
|
| @@ -25,11 +25,6 @@ namespace crashpad {
|
| namespace internal {
|
|
|
| // static
|
| -FileHandle ScopedLockedFileHandleTraits::InvalidValue() {
|
| - return kInvalidFileHandle;
|
| -}
|
| -
|
| -// static
|
| void ScopedLockedFileHandleTraits::Free(FileHandle handle) {
|
| if (handle != kInvalidFileHandle) {
|
| LoggingUnlockFile(handle);
|
|
|