diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2018-04-09 00:53:16 -0400 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2018-04-09 00:53:16 -0400 |
| commit | 9ef1ba9d54e560ca384c95b74067674878aea019 (patch) | |
| tree | 70b94f7e1e5f761ad6fe95138ef9832cd0c32baf /src/analyze.cpp | |
| parent | 292d0cbdadd453874af6e2065638a88d4dda8a10 (diff) | |
| parent | e85a10e9f5f6b17736babd321da8dceb72ea17af (diff) | |
| download | zig-9ef1ba9d54e560ca384c95b74067674878aea019.tar.gz zig-9ef1ba9d54e560ca384c95b74067674878aea019.zip | |
Merge branch 'async-tcp-server'
Diffstat (limited to 'src/analyze.cpp')
| -rw-r--r-- | src/analyze.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/analyze.cpp b/src/analyze.cpp index 3db49a11c9..c73e6b39e3 100644 --- a/src/analyze.cpp +++ b/src/analyze.cpp @@ -3236,7 +3236,6 @@ void scan_decls(CodeGen *g, ScopeDecls *decls_scope, AstNode *node) { break; case NodeTypeContainerDecl: case NodeTypeParamDecl: - case NodeTypeFnDecl: case NodeTypeReturnExpr: case NodeTypeDefer: case NodeTypeBlock: |
