commit 3e5ed9aa615ef8d67d371f0e404fa92c1f7e2a68
parent 76c6398490be3984e7a1aa022ccc30475a080d17
Author: [email protected] <[email protected]>
Date: Fri, 14 Oct 2022 12:13:48 +0100
Remove unused variable
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/include/kfr/base/tensor.hpp b/include/kfr/base/tensor.hpp
@@ -822,7 +822,6 @@ public:
shape_type index{ 0 };
std::string open_filler(open.size(), ' ');
std::string separator_trimmed = separator.substr(0, 1 + separator.find_last_not_of(" \t"));
- char buf[64];
int columns = 0;
do
{