summaryrefslogtreecommitdiffstats
path: root/libutils/Tokenizer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless refCounting from FileMap.Narayan Kamath2015-02-231-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 libutilsAlex Ray2013-08-021-0/+175
Change-Id: I6cf4268599460791414882f91eeb88a992fbd29d