File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -514,9 +514,6 @@ sub mkvcbuild
514
514
if (!(defined ($pyprefix ) && defined ($pyver )));
515
515
516
516
my $pymajorver = substr ($pyver , 0, 1);
517
- ProcessTestSubstitutions(" python_majorversion" ,$pymajorver ,
518
- " src/test/regress/sql/atx.sql" ,
519
- " src/test/regress/expected/atx.out" );
520
517
my $plpython = $solution -> AddProject(' plpython' . $pymajorver ,
521
518
' dll' , ' PLs' , ' src/pl/plpython' );
522
519
$plpython -> AddIncludeDir($pyprefix . ' /include' );
@@ -986,20 +983,4 @@ sub AdjustModule
986
983
}
987
984
}
988
985
989
- sub ProcessTestSubstitutions {
990
- my $varname = shift ;
991
- my $varvalue = shift ;
992
- for my $file (@_ ) {
993
- open IN," <" ," ${file} .in" or die " ${file} .in not found" ;
994
- open OUT," >" ,$file ;
995
- while (<IN>) {
996
- s /\@ $varname\@ / $varvalue / g ;
997
- print OUT $_ ;
998
- }
999
- close IN;
1000
- close OUT;
1001
- }
1002
- }
1003
-
1004
-
1005
986
1;
You can’t perform that action at this time.
0 commit comments