aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-03-08 15:28:12 +1300
committerDavid Phillips <david@sighup.nz>2017-03-08 15:28:12 +1300
commit80485c5f379d07316f6d7a988627ceefb6c088dc (patch)
tree775aedb56ae3593ba5dfe03eb82236bcca8dde94
parentcd701884e59f533e1ce31dc86cc2a3182d36aa64 (diff)
downloadidalius-80485c5f379d07316f6d7a988627ceefb6c088dc.tar.xz
Remove stray declararition
-rwxr-xr-xsaxrobot2
1 files changed, 0 insertions, 2 deletions
diff --git a/saxrobot b/saxrobot
index da51f8f..f60207a 100755
--- a/saxrobot
+++ b/saxrobot
@@ -30,8 +30,6 @@ POE::Session->create(
heap => { irc => $irc },
);
-our $hold_op = {};
-
$poe_kernel->run();
sub _start {