Remove confusing, unnecessary typedef

This is not used anywhere.
This commit is contained in:
Scott Kyle 2016-06-01 09:40:40 -07:00
parent 9bcb30e86d
commit 43f7329047
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ namespace jsc {
struct Types {
using Context = JSContextRef;
using GlobalContext = JSGlobalContextRef;
using ClassDefinition = JSClassRef;
using Value = JSValueRef;
using Object = JSObjectRef;
using String = JSStringRef;