about summary refs log tree commit diff stats
path: root/subx/011run.cc
diff options
context:
space:
mode:
Diffstat (limited to 'subx/011run.cc')
-rw-r--r--subx/011run.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/subx/011run.cc b/subx/011run.cc
index 9e8dc15e..c4bf9fe8 100644
--- a/subx/011run.cc
+++ b/subx/011run.cc
@@ -156,10 +156,7 @@ void parse(istream& fin, program& out) {
           trace(99, "parse") << "new segment from 0x" << HEXWORD << s.start << end();
           out.segments.push_back(s);
         }
-        else {
-          trace(99, "parse") << "new segment " << segment_title << end();
-          out.segments.push_back(segment());
-        }
+        // End Segment Parsing Special-cases(segment_title)
         // todo: segment segment metadata
         break;  // skip rest of line
       }