commit | 45438c940202fb2fccef40410aaf3e227ee38c63 | [log] [tgz] |
---|---|---|
author | Yang Ni <[email protected]> | Fri Mar 03 10:00:07 2017 -0800 |
committer | Yang Ni <[email protected]> | Fri Mar 03 10:44:30 2017 -0800 |
tree | ee8a01bb36dc75567a9123513f99c5f2c3e4a62e | |
parent | 3e6c189c68bcac61216b8c2f0a0fc05d6ab15a53 [diff] |
Removed close guards for Element and Type objects Bug: 28053769 These objects are tiny and unlikely to cause memory issues. In addition, llvm-rs-cc auto-generated code contains such objects, which are not visibible to developers and impossible to manually destroy, leaving distracting warnings in Strict Mode. Test: RsTest with StrictMode on and CTS tests Change-Id: Iec68cca4f1259124b9f503a230c1a28b97ede1f3