Skip to content

Commit

Permalink
Removed unused isRegistration
Browse files Browse the repository at this point in the history
  • Loading branch information
trupin committed Sep 18, 2018
1 parent dd820ed commit 5aaf130
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Sources/WeaverCodeGen/Linker.swift
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,6 @@ extension Dependency {
var isReference: Bool {
return self is Reference
}

private var isRegistration: Bool {
return self is Registration
}
}

extension Dependency where Self: Registration {
Expand Down

0 comments on commit 5aaf130

Please sign in to comment.