mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 1452982 part 8 - Remove ZoneGroup.h/cpp files. r=jonco
This commit is contained in:
parent
e269859a98
commit
b997830888
@ -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;
|
@ -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
|
@ -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',
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user