aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/parse.c
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-04-01 13:19:07 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-05-21 17:27:45 +0200
commit06c0531322a54e532eb3b9155bbf9f51adca0492 (patch)
tree9e0084b6ef92104f3351d2c0bf6155a4c146e0ba /parse.c
parent38e7c70c3074caab4c5aa68c0cee299a71537bee (diff)
downloadsparse-dev-06c0531322a54e532eb3b9155bbf9f51adca0492.tar.gz
scope: no memset() needed after __alloc_scope()
When starting some scopes, the newly allocated struct is memset'ed with zero but this is unneeded since the allocator always returns zeroed memory. Remove the unneeded call to memset(). Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'parse.c')
0 files changed, 0 insertions, 0 deletions