Merge pull request #47 from aeternity/PT-164834227-too-verbose-build

Fix build warning
This commit is contained in:
Luca Favatella 2019-04-01 12:13:28 +01:00 committed by GitHub
commit 8b7e4db490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
%% the code easier but don't seem to exist elsewhere.
-record(contract, {ann,con,decls}).
-record(namespace, {ann,con,decls}).
%% -record(namespace, {ann,con,decls}).
-record(letfun, {ann,id,args,type,body}).
-record(type_def, {ann,id,vars,typedef}).