commit | bfa948c2e18af22a299e7c76c1036ddbd99e23e7 | [log] [tgz] |
---|---|---|
author | Nicolas Capens <capn@google.com> | Thu Nov 20 17:38:26 2014 -0500 |
committer | Nicolas Capens <nicolascapens@google.com> | Thu Nov 20 22:46:29 2014 +0000 |
tree | 440d4c3c055c25852b224cfd733fb34c45365ea7 | |
parent | 978ddc5964f4eeaecb9c04fc5a95b2d582bb7afd [diff] |
Remove RemoveTree. All AST nodes are allocated in a memory pool and get deleted by the pool. RemoveTree doesn't do anything because delete is overloaded for the nodes. BUG=18469191 Change-Id: I1dc23e894c441db2e2eb1f6e9b8f0c11b2e52b3c Reviewed-on: https://swiftshader-review.googlesource.com/1452 Reviewed-by: Nicolas Capens <nicolascapens@google.com> Tested-by: Nicolas Capens <nicolascapens@google.com>