summaryrefslogtreecommitdiff
path: root/tools/incident_report/printer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/incident_report/printer.cpp')
-rw-r--r--tools/incident_report/printer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/incident_report/printer.cpp b/tools/incident_report/printer.cpp
index bd660dd20dfd..bff1025ad8da 100644
--- a/tools/incident_report/printer.cpp
+++ b/tools/incident_report/printer.cpp
@@ -70,7 +70,6 @@ Out::printf(const char* format, ...)
len = vsnprintf(mBuf, mBufSize, format, args);
va_end(args);
- bool truncated = (len >= mBufSize) && (reallocate(len) < len);
va_start(args, format);
len = vsnprintf(mBuf, mBufSize, format, args);