diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gtest-port.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gtest-port.cc b/src/gtest-port.cc index 19fa0280..cd3ac9a5 100644 --- a/src/gtest-port.cc +++ b/src/gtest-port.cc @@ -887,7 +887,6 @@ GTEST_API_ ::std::string FormatCompilerIndependentFileLocation( return file_name + ":" + StreamableToString(line); } - GTestLog::GTestLog(GTestLogSeverity severity, const char* file, int line) : severity_(severity) { const char* const marker = |