summaryrefslogtreecommitdiff
path: root/src/gtest-port.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtest-port.cc')
-rw-r--r--src/gtest-port.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gtest-port.cc b/src/gtest-port.cc
index 19fa028..cd3ac9a 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 =