Browse Source

remove unused method

Dan Korostelev 9 years ago
parent
commit
a0277e3bc5
1 changed files with 0 additions and 2 deletions
  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
 	*)