summaryrefslogtreecommitdiffstats
path: root/tools/test-process/test-process-main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test-process/test-process-main.cpp')
-rw-r--r--tools/test-process/test-process-main.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/test-process/test-process-main.cpp b/tools/test-process/test-process-main.cpp
index e1ff3c8a7..9729c24b7 100644
--- a/tools/test-process/test-process-main.cpp
+++ b/tools/test-process/test-process-main.cpp
@@ -80,7 +80,6 @@ static SlangResult _outputReflect()
List<Byte> buffer;
- Index lineCount = 0;
Index startIndex = 0;
while (true)
@@ -106,8 +105,6 @@ static SlangResult _outputReflect()
// Write the text to the output stream
fwrite(line.begin(), 1, line.getLength(), fileOut);
fputc('\n', fileOut);
-
- lineCount++;
// Move the start index forward
const Index newStartIndex = slice.begin() ? Index(slice.begin() - (const char*)buffer.getBuffer()) : buffer.getCount();