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

This commit is contained in:
Luke Wagner 2010-04-01 12:41:01 -07:00
Родитель ecaa6c343f
Коммит 8b40afd640
2 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -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.

Просмотреть файл

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