Remove unused methods of IDWeakMap

This commit is contained in:
Cheng Zhao 2016-05-11 12:24:02 +09:00
parent 2cd41b2f84
commit 7f2a46cdd5
4 changed files with 1 additions and 25 deletions

View file

@ -30,7 +30,6 @@ class IDWeakMap : public mate::Wrappable<IDWeakMap> {
v8::Local<v8::Object> Get(v8::Isolate* isolate, int32_t id);
bool Has(int32_t id);
void Remove(int32_t id);
void Clear();
atom::IDWeakMap id_weak_map_;