OSDN Git Service

remove dead code
authormzp <mzpppp@gmail.com>
Sun, 18 Oct 2009 06:15:51 +0000 (15:15 +0900)
committermzp <mzpppp@gmail.com>
Sun, 18 Oct 2009 06:15:51 +0000 (15:15 +0900)
swflib/tagIn.ml

index 34f7888..406c95d 100644 (file)
@@ -1,14 +1,6 @@
 open Base
 open SwfBaseIn
 
-let tag n s =
-  match Stream.peek s with
-      Some m when n = m ->
-       Stream.junk s;
-       ()
-    | None | Some _ ->
-       raise Stream.Failure
-
 let of_base tag stream =
   match tag with
       0 ->