Minor: remove unreachable code

This commit is contained in:
Alexey Tsvetkov
2016-01-25 16:17:13 +03:00
parent cfc45aa763
commit 56942930c9
@@ -77,7 +77,6 @@ class BinaryClassAnnotationAndConstantLoaderImpl(
): List<AnnotationWithTarget> {
return propertyAnnotations.map { AnnotationWithTarget(it, null) } +
fieldAnnotations.map { AnnotationWithTarget(it, fieldUseSiteTarget) }
fieldAnnotations.map { AnnotationWithTarget(it, fieldUseSiteTarget) }
}
override fun transformAnnotations(annotations: List<AnnotationDescriptor>): List<AnnotationWithTarget> {