Remove helper typedefs.
This commit is contained in:
parent
ace550d6b2
commit
2d3af6fc38
1 changed files with 0 additions and 2 deletions
|
@ -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_
|
||||
|
|
Loading…
Reference in a new issue