From f67c05a83b607a872bb842759f1f2253923ee84e Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Wed, 27 Apr 2016 11:20:52 +0200 Subject: [PATCH] handle changes to DCD -u output format --- src/ce_dcd.pas | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ce_dcd.pas b/src/ce_dcd.pas index a0aad393..52ab400d 100644 --- a/src/ce_dcd.pas +++ b/src/ce_dcd.pas @@ -567,8 +567,6 @@ begin exit; str := fTempLines[0]; // symbol is not in current module, too complex for now - if str.length < 6 then - exit; if str[1..5] <> 'stdin' then exit; //