This doesn't inherit from anything

This commit is contained in:
Matt Nadareski
2024-09-25 11:25:52 -04:00
parent 422add9827
commit 8df58fa4d4

View File

@@ -76,7 +76,6 @@ namespace BinaryObjectScanner.Packer
/// <summary>
/// Handle common extraction between executable types
/// </summary>
/// <inheritdoc/>
public static string? Extract(string file, bool includeDebug)
{
#if NET462_OR_GREATER || NETCOREAPP