Skip to content

Commit

Permalink
Remove unused isFragment
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDesiatov committed Dec 21, 2018
1 parent d21bb2e commit 17832a5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Sources/XMLCoder/Box/URLBox.swift
Expand Up @@ -32,10 +32,6 @@ extension URLBox: Box {
var isNull: Bool {
return false
}

var isFragment: Bool {
return true
}

func xmlString() -> String? {
return self.unboxed.absoluteString
Expand Down

0 comments on commit 17832a5

Please sign in to comment.