Explorar o código

Removed unused function

Taddeus Kroes %!s(int64=11) %!d(string=hai) anos
pai
achega
c6dee331c5
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      parser.mly

+ 0 - 4
parser.mly

@@ -11,10 +11,6 @@
 
   let loc start stop = [Loc (Util.loc_from_lexpos start stop)]
 
-  let rec make_dims dimloc = function
-    | [] -> []
-    | dim :: tail -> Dim (dim, dimloc) :: (make_dims dimloc tail)
-
   let rec make_args = function
     | [] -> []
     | h::t -> Arg h :: (make_args t)