diff --git a/Il2CppInspector.Common/FileFormatStreams/FileFormatStream.cs b/Il2CppInspector.Common/FileFormatStreams/FileFormatStream.cs index 22a61f1..0cb92e4 100644 --- a/Il2CppInspector.Common/FileFormatStreams/FileFormatStream.cs +++ b/Il2CppInspector.Common/FileFormatStreams/FileFormatStream.cs @@ -207,8 +207,6 @@ namespace Il2CppInspector public virtual string Arch => throw new NotImplementedException(); - public virtual int Bits => throw new NotImplementedException(); - // Extra parameters to be passed to a loader protected LoadOptions LoadOptions;