зеркало из https://github.com/mozilla/pjs.git
Remove JSTreeContext/TokenStream warnings (no bug, r=me)
This commit is contained in:
Родитель
32236d1c7e
Коммит
bc0bc6789d
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче