From 5fbdb0b808a42555ef4a71b0931a46c10f3527ad Mon Sep 17 00:00:00 2001
From: Nigel Kukard <nkukard@lbsd.net>
Date: Tue, 14 Jan 2014 20:25:44 +0000
Subject: [PATCH] Remove use bytes from TCStatistics filter

---
 opentrafficshaper/POE/Filter/TCStatistics.pm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/opentrafficshaper/POE/Filter/TCStatistics.pm b/opentrafficshaper/POE/Filter/TCStatistics.pm
index fc819ed..47d6800 100644
--- a/opentrafficshaper/POE/Filter/TCStatistics.pm
+++ b/opentrafficshaper/POE/Filter/TCStatistics.pm
@@ -35,8 +35,6 @@ package POE::Filter::TCStatistics;
 use warnings;
 use strict;
 
-use bytes;
-
 use POE::Filter;
 
 use vars qw($VERSION @ISA);
-- 
GitLab