From 37b8d1bc8a55935d9d0b90271bcb0ca75125af8f Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 21 Mar 2018 02:03:05 -0700 Subject: [PATCH] [DatFile] Remove commented code --- SabreTools.Library/DatFiles/DatFile.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/SabreTools.Library/DatFiles/DatFile.cs b/SabreTools.Library/DatFiles/DatFile.cs index 1d30388a..a86c4917 100644 --- a/SabreTools.Library/DatFiles/DatFile.cs +++ b/SabreTools.Library/DatFiles/DatFile.cs @@ -2708,9 +2708,6 @@ namespace SabreTools.Library.DatFiles // Then, remove the romof and cloneof tags so it's not picked up by the manager RemoveTagsFromChild(); - - // Finally, remove all sets that are labeled as bios or device - //RemoveBiosAndDeviceSets(logger); } ///