Remove helper typedefs.

This commit is contained in:
Cheng Zhao 2014-04-16 14:29:45 +08:00
parent ace550d6b2
commit 2d3af6fc38

View file

@ -106,8 +106,6 @@ class RefCountedPersistent : public ScopedPersistent<T>,
DISALLOW_COPY_AND_ASSIGN(RefCountedPersistent);
};
typedef scoped_refptr<RefCountedPersistent<v8::Object>> RefCountedV8Object;
} // namespace mate
#endif // NATIVE_MATE_SCOPED_PERSISTENT_H_