From 518bb134f9e38fbb6b85427b281240d11601dfb5 Mon Sep 17 00:00:00 2001 From: John Rommel Estropia Date: Mon, 26 Dec 2016 14:55:06 +0800 Subject: [PATCH] merge fix --- Sources/Internal/Functions.swift | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Sources/Internal/Functions.swift b/Sources/Internal/Functions.swift index d856497..aa75930 100644 --- a/Sources/Internal/Functions.swift +++ b/Sources/Internal/Functions.swift @@ -91,8 +91,3 @@ internal func cs_typeName(_ name: String?) -> String { return "<\(name ?? "unknown")>" } - -internal func cs_typeName(_ name: String) -> String { - - return "<\(name)>" -}