Reviewers: Mads Ager,
Message:
grep says it's not used.
Description:
Remove unused tpedef.
Please review this at http://codereview.chromium.org/2560002/show
SVN Base: git://github.com/v8/v8.git
Affected files:
M include/v8.h
Index: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index
02abb4cb0f818fee0a3bbf5b5b85960b002cc3a6..b84cfceab11f4d5ec5ba0dac6225c00bcdc60e8f
100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -2335,15 +2335,6 @@ typedef void (*GCEpilogueCallback)(GCType type,
GCCallbackFlags flags);
typedef void (*GCCallback)();
-// --- C o n t e x t G e n e r a t o r ---
-
-/**
- * Applications must provide a callback function which is called to
generate
- * a context if a context was not deserialized from the snapshot.
- */
-typedef Persistent<Context> (*ContextGenerator)();
-
-
/**
* Profiler modules.
*
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev