mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Remove JSTreeContext/TokenStream warnings (no bug, r=me)
This commit is contained in:
parent
c9bc8b3c1c
commit
6880c3a6fa
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user