Skip to content

Commit 92b4934

Browse files
committed
Revert "🚧 TO REVERT: Introduce violations on purpose"
This reverts commit 0203b2f.
1 parent 0203b2f commit 92b4934

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed

‎Modules/Sources/Hardware/CardReader/CardBrand.swift‎

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
import Codegen
22
import Foundation
33

4-
struct SomeMoreUnusedCode {
5-
let name: String
6-
let age: Int
7-
}
8-
94
/// The various card brands for a card.
105
@frozen public enum CardBrand: String, CaseIterable, Codable, GeneratedFakeable {
116
/// Visa card

‎WooCommerce/Classes/Authentication/AuthenticationConstants.swift‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import Foundation
22

33
struct AuthenticationConstants {
4-
static let someUnusedConstant = "someUnusedConstant"
5-
64
// MARK: - WordPress Authenticator display text customizations
75
//
86

‎WooCommerce/Classes/Authentication/AuthenticationManager.swift‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ import struct Experiments.CachedABTestVariationProvider
2222
class AuthenticationManager: Authentication {
2323
var displayAuthenticatorIfLoggedOut: (() -> UINavigationController?)?
2424

25-
private var someUnusedProperty: String = "someUnusedProperty"
26-
2725
/// Store Picker Coordinator
2826
///
2927
private var storePickerCoordinator: StorePickerCoordinator?

‎WooCommerce/Classes/ViewModels/ProductDetailsCellViewModel.swift‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ import Foundation
22
import Yosemite
33
import WooFoundation
44

5-
struct UnusedTypeHere {
6-
let prop: String
7-
}
85

96
// MARK: - View Model for a product details cell
107
//

0 commit comments

Comments
 (0)