Remove JSTreeContext/TokenStream warnings (no bug, r=me)

This commit is contained in:
Luke Wagner 2010-04-01 12:41:01 -07:00
parent c9bc8b3c1c
commit 6880c3a6fa
2 changed files with 2 additions and 4 deletions

View File

@ -908,8 +908,6 @@ struct JSFunctionBoxQueue {
#define NUM_TEMP_FREELISTS 6U /* 32 to 2048 byte size classes (32 bit) */
class JSTreeContext;
typedef struct BindData BindData;
struct JSCompiler : private js::AutoGCRooter {
@ -940,7 +938,7 @@ struct JSCompiler : private js::AutoGCRooter {
~JSCompiler();
friend void js::AutoGCRooter::trace(JSTracer *trc);
friend class JSTreeContext;
friend struct JSTreeContext;
/*
* Initialize a compiler. Parameters are passed on to init tokenStream.

View File

@ -144,7 +144,7 @@ class TraceRecorder;
struct TraceMonitor;
class CallStack;
struct TokenStream;
class TokenStream;
struct Token;
struct TokenPos;
struct TokenPtr;