Bug 1452982 part 8 - Remove ZoneGroup.h/cpp files. r=jonco

This commit is contained in:
Jan de Mooij 2018-04-14 09:03:21 +02:00
parent e269859a98
commit b997830888
4 changed files with 0 additions and 34 deletions

View File

@ -1,14 +0,0 @@
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
* vim: set ts=8 sts=4 et sw=4 tw=99:
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "gc/ZoneGroup.h"
#include "gc/PublicIterators.h"
#include "jit/IonBuilder.h"
#include "jit/JitCompartment.h"
#include "vm/JSContext.h"
using namespace js;

View File

@ -1,18 +0,0 @@
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
* vim: set ts=8 sts=4 et sw=4 tw=99:
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef gc_ZoneGroup_h
#define gc_ZoneGroup_h
#include "gc/Statistics.h"
#include "vm/Caches.h"
#include "vm/Stack.h"
namespace js {
} // namespace js
#endif // gc_Zone_h

View File

@ -230,7 +230,6 @@ UNIFIED_SOURCES += [
'gc/WeakMap.cpp',
'gc/WeakMapPtr.cpp',
'gc/Zone.cpp',
'gc/ZoneGroup.cpp',
'irregexp/NativeRegExpMacroAssembler.cpp',
'irregexp/RegExpAST.cpp',
'irregexp/RegExpCharacters.cpp',

View File

@ -27,7 +27,6 @@
#include "frontend/NameCollections.h"
#include "gc/GCRuntime.h"
#include "gc/Tracer.h"
#include "gc/ZoneGroup.h"
#include "irregexp/RegExpStack.h"
#include "js/Debug.h"
#include "js/GCVector.h"