aboutsummaryrefslogtreecommitdiff
path: root/base/runtime/dynamic_map_internal.odin
diff options
context:
space:
mode:
Diffstat (limited to 'base/runtime/dynamic_map_internal.odin')
-rw-r--r--base/runtime/dynamic_map_internal.odin2
1 files changed, 0 insertions, 2 deletions
diff --git a/base/runtime/dynamic_map_internal.odin b/base/runtime/dynamic_map_internal.odin
index e288d1f53..298b586f5 100644
--- a/base/runtime/dynamic_map_internal.odin
+++ b/base/runtime/dynamic_map_internal.odin
@@ -6,8 +6,6 @@ _ :: intrinsics
// High performance, cache-friendly, open-addressed Robin Hood hashing hash map
// data structure with various optimizations for Odin.
//
-// Copyright 2022 (c) Dale Weiler
-//
// The core of the hash map data structure is the Raw_Map struct which is a
// type-erased representation of the map. This type-erased representation is
// used in two ways: static and dynamic. When static type information is known,