[gjs] jsapi-util: Remove unused variable



commit aecd77829953ddf39dd7180906e473585d62a53f
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Fri Apr 5 02:03:18 2013 -0400

    jsapi-util: Remove unused variable
    
    https://bugzilla.gnome.org/show_bug.cgi?id=697309

 gjs/jsapi-util.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gjs/jsapi-util.c b/gjs/jsapi-util.c
index 2107f70..47a58f8 100644
--- a/gjs/jsapi-util.c
+++ b/gjs/jsapi-util.c
@@ -810,7 +810,6 @@ jsval
 gjs_date_from_time_t (JSContext *context, time_t time)
 {
     JSObject *date;
-    JSClass *date_class;
     JSObject *date_constructor;
     jsval date_prototype;
     jsval args[1];


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]