Skip to content

Commit

Permalink
Removed Dumb 💩
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Eriksen committed Aug 21, 2020
1 parent d63ff31 commit 03533fc
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Sources/Dumb/Dumb.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ public protocol DumbProtocol {
var dictionary: [AnyHashable: Any] { get set }
}

public protocol DumbClassProtocol: class, DumbProtocol {
var dumb: DumbClassProtocol { get set }
}

public struct DumbStruct: DumbProtocol {
public var bool: Bool
public var string: String
Expand Down Expand Up @@ -43,9 +39,7 @@ public struct DumbStruct: DumbProtocol {
}
}

public class DumbClass: DumbClassProtocol {
public var dumb: DumbClassProtocol = DumbClass()

public class DumbClass: DumbProtocol {
public var bool: Bool
public var string: String
public var int: Int
Expand Down

0 comments on commit 03533fc

Please sign in to comment.