summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-01-02 15:44:43 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-01-02 15:44:43 +0100
commitf7487880248a5f68126d2f95b79de87d76efa4fb (patch)
treed144543c4052c4cf69c2d743a8006ce023246d78
parent7e460c5ce1d7ddec4644eb930d6800317adbdf3d (diff)
tibtoa: Removed redundant "use feature 'switch'"
-rwxr-xr-xbin/tibtoa1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/tibtoa b/bin/tibtoa
index ed71f93..12594aa 100755
--- a/bin/tibtoa
+++ b/bin/tibtoa
@@ -14,7 +14,6 @@
## OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
use strict;
-use feature 'switch';
use warnings;
use utf8;
use 5.010;