diff options
Diffstat (limited to 'base/debug_on_start.cc')
-rw-r--r-- | base/debug_on_start.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/debug_on_start.cc b/base/debug_on_start.cc index 4080966..c7d4149 100644 --- a/base/debug_on_start.cc +++ b/base/debug_on_start.cc @@ -63,4 +63,3 @@ int __cdecl DebugOnStart::Init() { } return 0; } - |