LevelDB v1.17 Release Notes

Release Date: 2014-09-15 // over 9 years ago

    Cleanup: delete unused IntSetToString

    It was added in http://cr/19491949 (and was referenced at the time).
    ๐Ÿšš The last reference was removed in http://cr/19507363.

    ๐Ÿš€ This fixes warning/error with pre-release crosstoolv18:

    'std::string leveldb::{anonymous}::IntSetToString(const std::set<long unsigned int>&)' defined but not used [-Werror=unused-function]
    

    โž• Added arm64 and and armv7s to IOS build as suggested on leveldb mailing list.

    ๐Ÿ”„ Changed local variable type from int to size_t

    โš  This eliminates compiler warning/error and resolves issue #146