From d1965abaa1e936151dee74952bcc3178af0192d6 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 8 Jan 2013 16:06:35 +0100 Subject: purge broken line continuation parsing it would have taken only the last line, which is clearly wrong. as nobody noticed this, the handling is clearly not needed. Change-Id: I6f4f45ce8c90cb9b0ef60abbaa5ed49b54d8b47d Reviewed-by: Joerg Bornemann --- bin/syncqt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'bin') diff --git a/bin/syncqt b/bin/syncqt index c6e22aa63f..3e7aea96a5 100755 --- a/bin/syncqt +++ b/bin/syncqt @@ -195,12 +195,6 @@ sub classNames { chomp $line; chop $line if ($line =~ /\r$/); if($line =~ /^\#/) { - if($line =~ /\\$/) { - while($line = ) { - chomp $line; - last unless($line =~ /\\$/); - } - } return @ret if($line =~ m/^#pragma qt_sync_stop_processing/); push(@ret, $1) if($line =~ m/^#pragma qt_class\(([^)]*)\)[\r\n]*$/); $line = 0; -- cgit v1.2.3