summaryrefslogtreecommitdiffstats
path: root/src/windows/ntsecapitest.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/ntsecapitest.pl')
-rw-r--r--src/windows/ntsecapitest.pl11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/windows/ntsecapitest.pl b/src/windows/ntsecapitest.pl
deleted file mode 100644
index c5306ea8d1..0000000000
--- a/src/windows/ntsecapitest.pl
+++ /dev/null
@@ -1,11 +0,0 @@
-#!perl -w
-
-$filename = "ntsecapitest.i";
-$string = "VISTA_SDK_VERSION";
-
-if (system("grep $string $filename")) {
- print "$string not found; deleting $filename.\n";
- system("rm $filename");
- }
-
-exit(0); \ No newline at end of file