mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
Kotlin: Remove a redundant warning suppression
This commit is contained in:
@@ -217,7 +217,6 @@ class KotlinFileExtractor(val logger: FileLogger, val tw: FileTrapWriter, val fi
|
||||
}
|
||||
}
|
||||
|
||||
@Suppress("UNUSED_PARAMETER")
|
||||
fun useSimpleType(s: IrSimpleType): Label<out DbType> {
|
||||
fun primitiveType(name: String): Label<DbPrimitive> {
|
||||
return tw.getLabelFor("@\"type;$name\"", {
|
||||
|
||||
Reference in New Issue
Block a user