summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/cvtdsp.pl6
1 files changed, 0 insertions, 6 deletions
diff --git a/build/cvtdsp.pl b/build/cvtdsp.pl
index 5fca5b554..536018bbd 100644
--- a/build/cvtdsp.pl
+++ b/build/cvtdsp.pl
@@ -76,12 +76,6 @@ sub tovc6 {
if ($src =~ s|Format Version 5\.00|Format Version 6\.00|) {
$verchg = -1;
}
- if ($src =~ s|^(# ADD CPP .*)/Zi (.*)|$1/ZI $2|) {
- $verchg = -1;
- }
- if ($src =~ s|^(# ADD BASE CPP .*)/Zi (.*)|$1/ZI $2|) {
- $verchg = -1;
- }
if ($src =~ s|^(!MESSAGE .*)\\\n|$1|) {
$cont = <$srcfl>;
$src = $src . $cont;