[seed] Remove gratuitous protection



commit 14293b0e09dd1ac423bd8784e5978aae7974b1a7
Author: Robert Carr <racarr mireia (none)>
Date:   Mon Apr 13 17:24:50 2009 -0400

    Remove gratuitous protection
---
 libseed/seed-importer.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/libseed/seed-importer.c b/libseed/seed-importer.c
index aa94295..aff32a3 100644
--- a/libseed/seed-importer.c
+++ b/libseed/seed-importer.c
@@ -315,7 +315,6 @@ seed_gi_importer_do_namespace (JSContextRef ctx,
     {
       SEED_NOTE (IMPORTER, "Using existing namespace ref (%p) for %s",
 		 namespace_ref, namespace);
-      JSValueProtect (ctx, namespace_ref);
       return namespace_ref;
     }
   



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