diff options
Diffstat (limited to 'test/StormTest.cpp')
-rw-r--r-- | test/StormTest.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/StormTest.cpp b/test/StormTest.cpp index 20d606e..5b32dc1 100644 --- a/test/StormTest.cpp +++ b/test/StormTest.cpp @@ -4295,13 +4295,6 @@ int _tmain(int argc, TCHAR * argv[]) //
// Open all files from the command line
//
- /*
- SFILE_MARKERS Markers = { sizeof(SFILE_MARKERS) };
- Markers.dwSignature = 'XHSC';
- Markers.szHashTableKey = "(cash table)";
- Markers.szBlockTableKey = "(clock table)";
- SFileSetArchiveMarkers(&Markers);
- */
for(int i = 1; i < argc; i++)
{
|