aboutsummaryrefslogtreecommitdiff
path: root/tests/AssetsLibrary.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/AssetsLibrary.h')
-rw-r--r--tests/AssetsLibrary.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/AssetsLibrary.h b/tests/AssetsLibrary.h
index afdf714ff1..7e2a042e9d 100644
--- a/tests/AssetsLibrary.h
+++ b/tests/AssetsLibrary.h
@@ -742,7 +742,6 @@ void AssetsLibrary::fill_layer_data(T &&tensor, std::string name) const
Window window;
window.use_tensor_dimensions(tensor.shape());
- //FIXME : Replace with normal loop
execute_window_loop(window, [&](const Coordinates & id)
{
stream.read(reinterpret_cast<char *>(tensor(id)), tensor.element_size());