mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-24 11:37:32 +03:00
Remove unused functions
This commit is contained in:
parent
4d7cf8accc
commit
06f7fa9aeb
@ -5,9 +5,6 @@
|
||||
|
||||
import Foundation
|
||||
|
||||
func call(_ closure: @autoclosure () -> Void, when condition: Bool) { if condition { closure() } }
|
||||
func call(_ closure: @autoclosure () -> Void, whenNot condition: Bool) { if !condition { closure() } }
|
||||
|
||||
extension String {
|
||||
|
||||
func without(prefix: String) -> String {
|
||||
|
Loading…
Reference in New Issue
Block a user