Skip to content

Commit e8b8d8f

Browse files
committed
C++: Uncomment @function.kind in the dbscheme
1 parent f3c5870 commit e8b8d8f

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
@@ -286,7 +286,6 @@ macro_argument_expanded(
286286
string text: string ref
287287
);
288288

289-
/*
290289
case @function.kind of
291290
1 = @normal_function
292291
| 2 = @constructor
@@ -297,7 +296,6 @@ case @function.kind of
297296
| 7 = @user_defined_literal
298297
| 8 = @deduction_guide
299298
;
300-
*/
301299

302300
functions(
303301
unique int id: @function,

0 commit comments

Comments
 (0)