浏览代码

remove unused method

Dan Korostelev 9 年之前
父节点
当前提交
a0277e3bc5
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/generators/gencommon.ml

+ 0 - 2
src/generators/gencommon.ml

@@ -5825,8 +5825,6 @@ struct
 		| TFun(args,ret) -> args,ret
 		| _ -> trace (debug_type t); assert false
 
-	let s_path (pack,n) = (String.concat "." (pack @ [n]))
-
 	(*
 		Since this function is applied under native-context only, the type paraters will already be changed
 	*)