From f57e2eabe0a10c9732c83532e01654a499fb8dcf Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Mon, 21 Jun 2021 17:47:13 -0400 Subject: many, many changes; settings is broken --- src/user/include/cxx/structs/map.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/user/include/cxx/structs/map.h') diff --git a/src/user/include/cxx/structs/map.h b/src/user/include/cxx/structs/map.h index f9c477f..311bfa9 100644 --- a/src/user/include/cxx/structs/map.h +++ b/src/user/include/cxx/structs/map.h @@ -3,12 +3,7 @@ #include -template -bool default_equals(type a, type b) { - return a == b; -} - -template> +template class map { public: alist keys; -- cgit v1.2.3