From e4904c727933d8b6d79ec7a1fc3f371414a11a97 Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Wed, 21 Feb 2018 15:57:15 +0000 Subject: COMPMID-765: Cleaned up FIXMEs - Removed FIXMEs from the scripts/ folder: the folder is automatically cleaned up by the release script - Removed negative tests Change-Id: Ia8c64456d8a6388b79b016088aa7f5509eaaf219 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/121658 Tested-by: Jenkins Reviewed-by: Gian Marco Iodice --- tests/AssetsLibrary.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/AssetsLibrary.h') 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(tensor(id)), tensor.element_size()); -- cgit v1.2.1