File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4051,7 +4051,7 @@ class SymbolTableVisitor : public CommonVisitor<SymbolTableVisitor> {
4051
4051
// Implement visit_Global for Symbol Table visitor.
4052
4052
void visit_Global (const AST::Global_t &/* x*/ ) {}
4053
4053
4054
- void visit_AsyncFunctionDef (const AST::AsyncFunctionDef_t &x ){
4054
+ void visit_AsyncFunctionDef (const AST::AsyncFunctionDef_t &/* x */ ){
4055
4055
try
4056
4056
{
4057
4057
// to be implemented
@@ -4834,7 +4834,7 @@ class BodyVisitor : public CommonVisitor<BodyVisitor> {
4834
4834
tmp = nullptr ;
4835
4835
}
4836
4836
4837
- void visit_AsyncFunctionDef (const AST::AsyncFunctionDef_t &x ) {
4837
+ void visit_AsyncFunctionDef (const AST::AsyncFunctionDef_t &/* x */ ) {
4838
4838
try
4839
4839
{
4840
4840
// BodyVisitor for visit_AsyncFunctionDef to be implemented
You can’t perform that action at this time.
0 commit comments