From 81705e0cda371eaf87b169d6e81291f22f04091b Mon Sep 17 00:00:00 2001 From: Tor Egge Date: Wed, 14 Apr 2021 14:27:52 +0200 Subject: Remove unused capture. --- eval/src/tests/tensor/binary_format/binary_format_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eval/src/tests/tensor/binary_format/binary_format_test.cpp b/eval/src/tests/tensor/binary_format/binary_format_test.cpp index 671765d4050..d0e05d303a2 100644 --- a/eval/src/tests/tensor/binary_format/binary_format_test.cpp +++ b/eval/src/tests/tensor/binary_format/binary_format_test.cpp @@ -128,7 +128,7 @@ TEST(TensorBinaryFormatTest, tensor_binary_format_test_spec) { path.append("src/apps/make_tensor_binary_format_test_spec/test_spec.json"); MappedFileInput file(path); EXPECT_TRUE(file.valid()); - auto handle_test = [this](Slime &slime) + auto handle_test = [](Slime &slime) { test_binary_format_spec(slime.get()); }; -- cgit v1.2.3