summaryrefslogtreecommitdiffstats
path: root/eval/src/tests/instruction/vector_from_doubles_function/vector_from_doubles_function_test.cpp
diff options
context:
space:
mode:
authorArne Juul <arnej@verizonmedia.com>2020-12-09 15:41:04 +0000
committerArne Juul <arnej@verizonmedia.com>2020-12-09 16:01:15 +0000
commitf78045f9cfe63423e401ab7ac6c8fbc248b1fc14 (patch)
tree09f9272e18586436c9141a1c2812a7a62623f94e /eval/src/tests/instruction/vector_from_doubles_function/vector_from_doubles_function_test.cpp
parentb7d222356f3b0f9676a733c0e2a73405ab124b63 (diff)
move to vespalib::eval namespace
Diffstat (limited to 'eval/src/tests/instruction/vector_from_doubles_function/vector_from_doubles_function_test.cpp')
-rw-r--r--eval/src/tests/instruction/vector_from_doubles_function/vector_from_doubles_function_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/eval/src/tests/instruction/vector_from_doubles_function/vector_from_doubles_function_test.cpp b/eval/src/tests/instruction/vector_from_doubles_function/vector_from_doubles_function_test.cpp
index 1cbfade6c45..4f4829c3ae1 100644
--- a/eval/src/tests/instruction/vector_from_doubles_function/vector_from_doubles_function_test.cpp
+++ b/eval/src/tests/instruction/vector_from_doubles_function/vector_from_doubles_function_test.cpp
@@ -12,7 +12,6 @@
using namespace vespalib;
using namespace vespalib::eval;
using namespace vespalib::eval::test;
-using namespace vespalib::tensor;
using namespace vespalib::eval::tensor_function;
const ValueBuilderFactory &prod_factory = FastValueBuilderFactory::get();