Remove confusing, unnecessary typedef
This is not used anywhere.
This commit is contained in:
parent
9bcb30e86d
commit
43f7329047
|
@ -30,7 +30,6 @@ namespace jsc {
|
||||||
struct Types {
|
struct Types {
|
||||||
using Context = JSContextRef;
|
using Context = JSContextRef;
|
||||||
using GlobalContext = JSGlobalContextRef;
|
using GlobalContext = JSGlobalContextRef;
|
||||||
using ClassDefinition = JSClassRef;
|
|
||||||
using Value = JSValueRef;
|
using Value = JSValueRef;
|
||||||
using Object = JSObjectRef;
|
using Object = JSObjectRef;
|
||||||
using String = JSStringRef;
|
using String = JSStringRef;
|
||||||
|
|
Loading…
Reference in New Issue