Skip to content

Commit 0b1bf63

Browse files
committed
C++: Uncomment @function.kind in the dbscheme
1 parent 6ae1656 commit 0b1bf63

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

cpp/ql/lib/semmlecode.cpp.dbscheme

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,6 @@ macro_argument_expanded(
330330
string text: string ref
331331
);
332332

333-
/*
334333
case @function.kind of
335334
1 = @normal_function
336335
| 2 = @constructor
@@ -341,7 +340,6 @@ case @function.kind of
341340
| 7 = @user_defined_literal
342341
| 8 = @deduction_guide
343342
;
344-
*/
345343

346344
functions(
347345
unique int id: @function,

0 commit comments

Comments
 (0)