Revision: 5302 Author: [email protected] Date: Wed Aug 18 06:29:20 2010 Log: Remove unused typedef.
Review URL: http://codereview.chromium.org/3164022 http://code.google.com/p/v8/source/detail?r=5302 Modified: /branches/bleeding_edge/include/v8.h ======================================= --- /branches/bleeding_edge/include/v8.h Mon Aug 16 04:53:52 2010 +++ /branches/bleeding_edge/include/v8.h Wed Aug 18 06:29:20 2010 @@ -1763,8 +1763,6 @@ typedef Handle<Value> (*InvocationCallback)(const Arguments& args); -typedef int (*LookupCallback)(Local<Object> self, Local<String> name); - /** * NamedProperty[Getter|Setter] are used as interceptors on object. * See ObjectTemplate::SetNamedPropertyHandler. -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
