summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhpa <hpa>2003-08-22 22:31:47 +0000
committerhpa <hpa>2003-08-22 22:31:47 +0000
commit48946baf218641fa32e83a8e8ea6493f81d3b1c4 (patch)
treeccb61345e6999bebd7ee0001d9d9493d869a99a6
parent3eefa62deca69b771759cd38783ea3384ec4f946 (diff)
downloadsyslinux-48946baf218641fa32e83a8e8ea6493f81d3b1c4.tar.gz
We didn't need IO::Handle after all
-rwxr-xr-xppmtolss163
1 files changed, 0 insertions, 3 deletions
diff --git a/ppmtolss16 b/ppmtolss16
index 341920a7..e73af362 100755
--- a/ppmtolss16
+++ b/ppmtolss16
@@ -43,9 +43,6 @@
## the color #rrggbb (hex) should be assigned index i (decimal)
##
-
-use IO::Handle;
-
eval { use bytes; };
eval { binmode STDIN; };
eval { binmode STDOUT; };