Remove obsolete script related to MSVC build system
authorPeter Eisentraut <peter@eisentraut.org>
Sun, 11 Feb 2024 22:42:40 +0000 (23:42 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Sun, 11 Feb 2024 22:43:50 +0000 (23:43 +0100)
src/tools/ci/windows_build_config.pl [deleted file]

diff --git a/src/tools/ci/windows_build_config.pl b/src/tools/ci/windows_build_config.pl
deleted file mode 100644 (file)
index 7428736..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-
-# Copyright (c) 2024, PostgreSQL Global Development Group
-
-use strict;
-use warnings FATAL => 'all';
-
-our $config;
-
-$config->{"tap_tests"} = 1;
-$config->{"asserts"} = 1;
-
-$config->{"openssl"} = "c:/openssl/1.1/";
-$config->{"perl"} = "c:/strawberry/$ENV{DEFAULT_PERL_VERSION}/perl/";
-$config->{"python"} = "c:/python/";
-
-1;