diff options
author | bd <bdunahu@operationnull.com> | 2025-03-21 01:13:34 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-03-21 01:13:34 -0400 |
commit | e1305a17f6bc1187c2dbbf47814c27f8526b9b31 (patch) | |
tree | 33b40e742db09c1bb2b630f28343d53520ba1f2b | |
parent | 4d1378e802d869271729bc3da1cbc362e8761a22 (diff) |
remove unused import
-rw-r--r-- | tests/cache.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/cache.cc b/tests/cache.cc index c9fbd20..d1171d1 100644 --- a/tests/cache.cc +++ b/tests/cache.cc @@ -2,7 +2,6 @@ #include "definitions.h" #include "dram.h" #include <catch2/catch_test_macros.hpp> -#include <functional> class CacheFixture { |