mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-17 14:25:12 +00:00
Remove duplicate comment
This commit is contained in:
@@ -107,7 +107,6 @@ namespace BurnOutSharp.FileType
|
||||
stream.Seek(0, SeekOrigin.Begin);
|
||||
|
||||
// Iterate through all generic content checks
|
||||
// Check using custom content checks first
|
||||
if (fileContent != null)
|
||||
{
|
||||
Parallel.ForEach(contentCheckClasses, contentCheckClass =>
|
||||
|
||||
Reference in New Issue
Block a user