From b858a2fc1ab0b95fba045749d80f13706ebcb930 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Sat, 12 Apr 2025 23:21:18 -0400 Subject: [PATCH] Remove Unneeded Check --- data/out.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/data/out.h b/data/out.h index b093568..c287e0b 100644 --- a/data/out.h +++ b/data/out.h @@ -1,11 +1,3 @@ -#pragma once - -// Check Architecture -#ifndef __arm__ -#error "Symbols Are ARM-Only" -#endif - -// Type Traits #include // Internal Macros