From: dimich@chromium.org Date: Fri, 4 Jun 2010 07:53:40 +0000 (+0000) Subject: Remove unused tpedef. X-Git-Tag: upstream/4.7.83~21692 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ed90d5648b0744a5331e6c6ec047c0a4966b5073;p=platform%2Fupstream%2Fv8.git Remove unused tpedef. Review URL: http://codereview.chromium.org/2560002 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4793 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/include/v8.h b/include/v8.h index 02abb4c..b84cfce 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 (*ContextGenerator)(); - - /** * Profiler modules. *