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:
parent
e72a8c04a2
commit
80a7a82221
@ -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",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -461,7 +461,6 @@ sub execute {
|
|||||||
|
|
||||||
$got_output = 1;
|
$got_output = 1;
|
||||||
print "$line\n";
|
print "$line\n";
|
||||||
flushall $in, $out;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user