Revert "Identify data classes during extraction"

This reverts commit a61ba65c9f2182a578a7f4dbdb1c1657197f16cd, pending
adding a proper upgrade script for the DB change.
This commit is contained in:
Chris Smowton
2022-05-12 12:37:36 +01:00
parent e3c2656ef1
commit 63dadd88aa
5 changed files with 0 additions and 21 deletions

View File

@@ -1232,7 +1232,3 @@ ktFunctionOriginalNames(
unique int id: @method ref,
string name: string ref
)
ktDataClasses(
unique int id: @class ref
)

View File

@@ -714,13 +714,6 @@ class CompanionObject extends Class {
Field getInstance() { type_companion_object(_, result, this) }
}
/**
* A Kotlin data class declaration.
*/
class DataClass extends Class {
DataClass() { ktDataClasses(this) }
}
/**
* A record declaration.
*/

View File

@@ -1 +0,0 @@
| dc.kt:1:1:1:71 | ProtoMapValue |

View File

@@ -1,5 +0,0 @@
import java
from DataClass c
where c.fromSource()
select c