3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-20 02:49:49 +01:00

Remove extranous flushall from compiler watchdog

This commit is contained in:
Pragmatic Software 2014-02-28 07:52:28 +00:00
parent e72a8c04a2
commit 80a7a82221
2 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,7 @@ use warnings;
# These are set automatically by the build/commit script # These are set automatically by the build/commit script
use constant { use constant {
BUILD_NAME => "PBot", BUILD_NAME => "PBot",
BUILD_REVISION => 491, BUILD_REVISION => 492,
BUILD_DATE => "2014-02-27", BUILD_DATE => "2014-02-27",
}; };

View File

@ -461,7 +461,6 @@ sub execute {
$got_output = 1; $got_output = 1;
print "$line\n"; print "$line\n";
flushall $in, $out;
} }
} }