diff --git a/hashmap.hpp b/hashmap.hpp index 259d959..33008fc 100644 --- a/hashmap.hpp +++ b/hashmap.hpp @@ -89,7 +89,6 @@ struct Hash_Map { if (index != -1) { return data[index].object; } - int a = *((int*)(nullptr)); return 0; }