mirror of
https://github.com/Facepunch/sbox-public.git
synced 2025-12-23 22:48:07 -05:00
Fix Unreachable Code warning in Writer.Import.cs (#3472)
Fixes Warning: D:\a\sbox-public\sbox-public\engine\Tools\InteropGen\Writer\ManagerWriter.Imports.cs(133,7): warning CS0162: Unreachable code detected [D:\a\sbox-public\sbox-public\engine\Tools\InteropGen\InteropGen.csproj]
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Facepunch.InteropGen;
|
||||
internal partial class ManagerWriter
|
||||
{
|
||||
private const string InternalNative = "__N";
|
||||
private const bool addRecording = false;
|
||||
private static bool addRecording = false;
|
||||
|
||||
private void Imports()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user