Remove unused function
This commit is contained in:
parent
25b4efee96
commit
e27b3666d2
|
@ -130,10 +130,6 @@ extension Optional: _DefaultsOptionalType {
|
|||
public var isNil: Bool { self == nil }
|
||||
}
|
||||
|
||||
func isOptionalType<T>(_ type: T.Type) -> Bool {
|
||||
type is _DefaultsOptionalType.Type
|
||||
}
|
||||
|
||||
|
||||
extension DispatchQueue {
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue