summaryrefslogtreecommitdiffhomepage
path: root/Private/ArchKit
diff options
context:
space:
mode:
Diffstat (limited to 'Private/ArchKit')
-rw-r--r--Private/ArchKit/ArchKit.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Private/ArchKit/ArchKit.hpp b/Private/ArchKit/ArchKit.hpp
index 7f5624c1..e9e09577 100644
--- a/Private/ArchKit/ArchKit.hpp
+++ b/Private/ArchKit/ArchKit.hpp
@@ -20,8 +20,6 @@
#error Unknown architecture
#endif
-#define kVirtualAddressStartOffset 0x100
-
namespace HCore {
constexpr static inline SSizeT rt_hash_seed(const char *seed, int mul) {
SSizeT hash = 0;