1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-11-28 10:24:20 +01:00

Remove unused sentinel file.

This commit is contained in:
David Anderson 2013-11-18 10:33:05 -08:00
parent bcfce9d0b0
commit 4c2cec50b1

View File

@ -41,9 +41,6 @@ if (!(-f 'OUTPUT/.ambuild2/graph') || !(-f 'OUTPUT/.ambuild2/vars')) {
if ($? != 0) {
die('Could not configure!');
}
open(FILE, '>sentinel');
print FILE "this is nothing.\n";
close(FILE);
}
sub IsNewer