We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e9d44d commit e4d9c96Copy full SHA for e4d9c96
Sources/SwiftOCA/OCP.1/Decoder/Ocp1DecodingState.swift
@@ -79,9 +79,6 @@ class Ocp1DecodingState {
79
}
80
81
82
- #if !canImport(Android)
83
- @_alwaysEmitIntoClient
84
- #endif
85
private func decodeInteger<Integer>(_ type: Integer.Type) throws -> Integer
86
where Integer: FixedWidthInteger
87
{
Sources/SwiftOCA/OCP.1/Encoder/Ocp1EncodingState.swift
@@ -42,9 +42,6 @@ class Ocp1EncodingState {
42
throw Ocp1Error.nilNotEncodable
43
44
45
46
47
48
private func encodeInteger(_ value: some FixedWidthInteger) throws {
49
withUnsafeBytes(of: value.bigEndian) {
50
data += $0
0 commit comments