diff options
author | Philip Chimento <philip.chimento@gmail.com> | 2020-07-05 22:29:34 +0000 |
---|---|---|
committer | Philip Chimento <philip.chimento@gmail.com> | 2020-07-05 22:29:34 +0000 |
commit | 4fedbf07859b8d9cf6f470cb38d00f50fb8d1f9e (patch) | |
tree | e823695ca40d6e56d7bd7eea92a68a10c9b63b55 /tools | |
parent | d82c7ae453ee4afef1e8afea19e725c8c77168ee (diff) | |
parent | 0d10efacf89be9a9dd23a3b2baaac67b63d58d44 (diff) | |
download | gjs-4fedbf07859b8d9cf6f470cb38d00f50fb8d1f9e.tar.gz |
Merge branch 'june-maintenance' into 'master'
June maintenance
See merge request GNOME/gjs!459
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/process_iwyu.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/process_iwyu.py b/tools/process_iwyu.py index dd6656b2..786bb67f 100755 --- a/tools/process_iwyu.py +++ b/tools/process_iwyu.py @@ -41,7 +41,6 @@ FWD_DECLS_IN_HEADER = ( 'struct JSRuntime;', 'class JSScript;', 'class JSString;', - 'class JSTracer;', 'struct JSFreeOp;', 'namespace js { class TempAllocPolicy; }' 'namespace JS { struct PropertyKey; }', |