Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove useless refCounting from FileMap. | Narayan Kamath | 2015-02-23 | 1 | -4/+2 |
| | | | | | | | | | Nobody ever called acquire() so release() was always equivalent to delete. Just use delete instead so that people can use unique_ptr directly (or shared_ptr if they really want refcounts). Change-Id: I9e3ad5e0f6a4fcc4e02e5a2ff7ef9514fe234415 | ||||
* | move libs/utils to libutils | Alex Ray | 2013-08-02 | 1 | -0/+175 |
Change-Id: I6cf4268599460791414882f91eeb88a992fbd29d |