Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
move to deprecated.swift file
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Apr 17, 2018
1 parent 73eca13 commit c61a29e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Sources/Bits/Byte+Control.swift
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,3 @@ extension Byte {
.newLine
]
}

// MARK: Deprecated

extension Byte {
/// ~
@available (*, deprecated, renamed: "tilde")
public static let tilda: Byte = 0x7E
}
5 changes: 5 additions & 0 deletions Sources/Bits/Deprecated.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
extension Byte {
/// ~
@available (*, deprecated, renamed: "tilde")
public static let tilda: Byte = 0x7E
}

0 comments on commit c61a29e

Please sign in to comment.