diff --git a/src/main/kotlin/app/revanced/patcher/fingerprint/method/annotation/MethodFingerprintMetadata.kt b/src/main/kotlin/app/revanced/patcher/fingerprint/method/annotation/MethodFingerprintMetadata.kt index 9022d75..870f2d6 100644 --- a/src/main/kotlin/app/revanced/patcher/fingerprint/method/annotation/MethodFingerprintMetadata.kt +++ b/src/main/kotlin/app/revanced/patcher/fingerprint/method/annotation/MethodFingerprintMetadata.kt @@ -10,11 +10,4 @@ import app.revanced.patcher.fingerprint.method.impl.MethodFingerprint @Retention(AnnotationRetention.RUNTIME) annotation class FuzzyPatternScanMethod( val threshold: Int = 1 -) - -/** - * Annotations to scan a pattern [MethodFingerprint] directly. - */ -@Target(AnnotationTarget.CLASS) -@Retention(AnnotationRetention.RUNTIME) -annotation class DirectPatternScanMethod \ No newline at end of file +) \ No newline at end of file