Nicolas Cannasse 8 лет назад
Родитель
Сommit
08b0e5d5a0
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      src/macro/interp.ml

+ 0 - 4
src/macro/interp.ml

@@ -2836,10 +2836,6 @@ let decode_i32 = function
 	| VInt32 i -> i
 	| _ -> raise Invalid_expr
 
-let decode_bytes = function
-	| VString s -> s
-	| _ -> raise Invalid_expr
-
 let encode_pos p =
 	VAbstract (APos p)