Skip to content

Commit 44ae7b6

Browse files
authored
Merge pull request #63 from ian-semmle/unused_db_types
C++: Remove some unused DB types
2 parents 3bc9323 + 8a4040e commit 44ae7b6

File tree

2 files changed

+3524
-3572
lines changed

2 files changed

+3524
-3572
lines changed

cpp/ql/src/semmlecode.cpp.dbscheme

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -791,12 +791,6 @@ varspecifiers(
791791
int spec_id: @specifier ref
792792
);
793793

794-
@specifiable = @type
795-
| @function
796-
| @variable
797-
| @enumconstant
798-
| @frienddecl;
799-
800794
attributes(
801795
unique int id: @attribute,
802796
int kind: int ref,
@@ -953,7 +947,6 @@ frienddecls(
953947
| @attribute
954948
| @attribute_arg;
955949

956-
@scope = @stmt | @function | @namedscope;
957950
@namedscope = @namespace | @usertype;
958951

959952
@element = @locatable
@@ -1471,7 +1464,6 @@ lambda_capture(
14711464
@varbindexpr = @varaccess | @ctorfieldinit | @dtorfielddestruct;
14721465
@addressable = @function | @variable ;
14731466
@accessible = @addressable | @enumconstant ;
1474-
@callable = @function | @variable; // only for variables with routine types
14751467

14761468
stmts(
14771469
unique int id: @stmt,

0 commit comments

Comments
 (0)