From 43f7329047159cef13ce334ec710aec49c7201cd Mon Sep 17 00:00:00 2001 From: Scott Kyle Date: Wed, 1 Jun 2016 09:40:40 -0700 Subject: [PATCH] Remove confusing, unnecessary typedef This is not used anywhere. --- src/jsc/jsc_types.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/jsc/jsc_types.hpp b/src/jsc/jsc_types.hpp index 07c36e48..9eca89cd 100644 --- a/src/jsc/jsc_types.hpp +++ b/src/jsc/jsc_types.hpp @@ -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;