3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 01:48:38 +02: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
use constant {
BUILD_NAME => "PBot",
BUILD_REVISION => 491,
BUILD_REVISION => 492,
BUILD_DATE => "2014-02-27",
};

View File

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