Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
stdc++: remove nall::hashset now unused
  • Loading branch information
rasky committed Oct 2, 2025
commit 72e9a4f43fcd3b044d2a2911ef8ab22810e670de
1 change: 0 additions & 1 deletion ares/ares/ares.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include <nall/directory.hpp>
#include <nall/dl.hpp>
#include <nall/endian.hpp>
#include <nall/hashset.hpp>
#include <nall/image.hpp>
#include <nall/instruction-set.hpp>
#include <nall/literals.hpp>
Expand Down
1 change: 0 additions & 1 deletion ares/n64/n64.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include <float.h>
#include <ares/ares.hpp>
#include <nall/float-env.hpp>
#include <nall/hashset.hpp>
#include <nall/queue.hpp>
#include <nall/recompiler/generic/generic.hpp>
#include <component/processor/sm5k/sm5k.hpp>
Expand Down
1 change: 0 additions & 1 deletion ares/ps1/ps1.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include <ares/ares.hpp>
#include <span>
#include <vector>
#include <nall/hashset.hpp>
#include <component/processor/m68hc05/m68hc05.hpp>

namespace ares::PlayStation {
Expand Down
1 change: 0 additions & 1 deletion nall/nall/cmake/headers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include <nall/file-map.hpp>
#include <functional>
#include <nall/galois-field.hpp>
#include <nall/hashset.hpp>
#include <nall/hid.hpp>
#include <nall/image.hpp>
#include <nall/inode.hpp>
Expand Down
1 change: 0 additions & 1 deletion nall/nall/cmake/sources.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ target_sources(
file.hpp
float-env.hpp
galois-field.hpp
hashset.hpp
hid.hpp
image.hpp

Expand Down
143 changes: 0 additions & 143 deletions nall/nall/hashset.hpp

This file was deleted.

1 change: 0 additions & 1 deletion nall/nall/nall.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include <nall/file-buffer.hpp>
#include <nall/file-map.hpp>
#include <nall/galois-field.hpp>
#include <nall/hashset.hpp>
#include <nall/hid.hpp>
#include <nall/image.hpp>
#include <nall/inode.hpp>
Expand Down