diff --git a/SabreTools.Models/PortableExecutable/Executable.cs b/SabreTools.Models/PortableExecutable/Executable.cs index 953df28..892eb60 100644 --- a/SabreTools.Models/PortableExecutable/Executable.cs +++ b/SabreTools.Models/PortableExecutable/Executable.cs @@ -76,13 +76,6 @@ namespace SabreTools.Models.PortableExecutable /// #region Export Table (.edata) - // TODO: Look into splitting this up - // Technically speaking, even though all of these should live in the same - // section, there is nothing in the spec that guarantees that they are together - // outside of the obvious logical grouping. The directory table is more obviously - // directly a part of the executable, while the other 4 structures are all based - // on information from that one-row table. - /// /// A table with just one row (unlike the debug directory). This table indicates the /// locations and sizes of the other export tables.