Skip to content

Commit 3ece5ab

Browse files
committed
remove now-unused @IgnoreNative annotation
1 parent d0e5e1e commit 3ece5ab

File tree

4 files changed

+0
-26
lines changed

4 files changed

+0
-26
lines changed

runtime/runtime-core/api/runtime-core.api

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ public final class aws/smithy/kotlin/runtime/ErrorMetadata$Companion {
3333
public abstract interface annotation class aws/smithy/kotlin/runtime/ExperimentalApi : java/lang/annotation/Annotation {
3434
}
3535

36-
public abstract interface annotation class aws/smithy/kotlin/runtime/IgnoreNative : java/lang/annotation/Annotation {
37-
}
38-
3936
public abstract interface annotation class aws/smithy/kotlin/runtime/InternalApi : java/lang/annotation/Annotation {
4037
}
4138

runtime/runtime-core/common/src/aws/smithy/kotlin/runtime/Annotations.kt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,3 @@ public annotation class ExperimentalApi
5858
*/
5959
@DslMarker
6060
public annotation class SdkDsl
61-
62-
/**
63-
* Marks a test that should be ignored on Native platforms
64-
*/
65-
@Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION)
66-
public expect annotation class IgnoreNative()

runtime/runtime-core/jvm/src/aws/smithy/kotlin/runtime/AnnotationsJvm.kt

Lines changed: 0 additions & 9 deletions
This file was deleted.

runtime/runtime-core/native/src/aws/smithy/kotlin/runtime/AnnotationsNative.kt

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)