From eaef9348431ea331ecf118aefc21246dbcf2c998 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sat, 15 Oct 2022 14:03:28 -0700 Subject: Add memory implementation as well; reorg. --- sim.cpp | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 sim.cpp (limited to 'sim.cpp') diff --git a/sim.cpp b/sim.cpp deleted file mode 100644 index 21acc8c..0000000 --- a/sim.cpp +++ /dev/null @@ -1,9 +0,0 @@ -#include -#include - -#include "infra/sim.h" - -namespace infra { - std::vector sim::sims; - std::uint64_t sim::now = 0; -} -- cgit v1.2.3