From 325118892dc6f89fa34e990f0ca91cf51fa63884 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sat, 18 Jun 2022 11:19:00 +0200 Subject: [PATCH] Fix compilation --- src/runner/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runner/main.cpp b/src/runner/main.cpp index c4dd38d..aea0d63 100644 --- a/src/runner/main.cpp +++ b/src/runner/main.cpp @@ -164,7 +164,7 @@ std::vector query_records(const driver_device& driver_device, const si } //result.resize((out_len / element_len) + 10); - const auto new_size = result.size() * 2; + //const auto new_size = result.size() * 2; result = {}; result.resize(result.size() * 2);