Remove TODO that was done

This commit is contained in:
Matt Nadareski
2025-09-22 12:36:01 -04:00
parent 6a0b97fdcd
commit 0ec1cac7cf

View File

@@ -76,13 +76,6 @@ namespace SabreTools.Models.PortableExecutable
/// <see href="https://learn.microsoft.com/en-us/windows/win32/debug/pe-format"/>
#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.
/// <summary>
/// A table with just one row (unlike the debug directory). This table indicates the
/// locations and sizes of the other export tables.