Bug 689362 - Remove empty jsstaticcheck.h (r=billm)

--HG--
extra : rebase_source : d37d29af2a4f6b8c4f9a18468e57285ea8098824
This commit is contained in:
Luke Wagner 2011-10-12 10:28:56 -07:00
parent 92987fb614
commit ed5d036178
29 changed files with 0 additions and 72 deletions

View File

@ -216,7 +216,6 @@ INSTALLED_HEADERS = \
jspubtd.h \
jsreflect.h \
jsscan.h \
jsstaticcheck.h \
jsstdint.h \
jsstr.h \
jstracer.h \

View File

@ -41,7 +41,6 @@
#include "jspubtd.h"
#include "jsutil.h"
#include "jsstaticcheck.h"
namespace js {

View File

@ -82,7 +82,6 @@
#include "jsstr.h"
#include "jstracer.h"
#include "prmjtime.h"
#include "jsstaticcheck.h"
#include "jsweakmap.h"
#include "jswrapper.h"
#include "jstypedarray.h"

View File

@ -123,7 +123,6 @@
#include "jsobj.h"
#include "jsscope.h"
#include "jsstr.h"
#include "jsstaticcheck.h"
#include "jstracer.h"
#include "jswrapper.h"
#include "methodjit/MethodJIT.h"

View File

@ -80,7 +80,6 @@
#include "jsscan.h"
#include "jsscope.h"
#include "jsscript.h"
#include "jsstaticcheck.h"
#include "jsstr.h"
#include "jstracer.h"

View File

@ -54,7 +54,6 @@
#include "jsgcchunk.h"
#include "jspropertycache.h"
#include "jspropertytree.h"
#include "jsstaticcheck.h"
#include "jsutil.h"
#include "prmjtime.h"

View File

@ -45,7 +45,6 @@
#include "jscompartment.h"
#include "jsfriendapi.h"
#include "jsinterp.h"
#include "jsstaticcheck.h"
#include "jsxml.h"
#include "jsgc.h"

View File

@ -64,7 +64,6 @@
#include "jsparse.h"
#include "jsscope.h"
#include "jsscript.h"
#include "jsstaticcheck.h"
#include "jsstr.h"
#include "jswatchpoint.h"
#include "jswrapper.h"

View File

@ -64,7 +64,6 @@
#include "jsscope.h"
#include "jsscript.h"
#include "jsautooplen.h" // generated headers last
#include "jsstaticcheck.h"
#include "jsatominlines.h"
#include "jsobjinlines.h"

View File

@ -60,7 +60,6 @@
#include "jsopcode.h"
#include "jsscope.h"
#include "jsscript.h"
#include "jsstaticcheck.h"
#include "jswrapper.h"
#include "vm/GlobalObject.h"

View File

@ -69,7 +69,6 @@
#include "jsscript.h"
#include "jsstr.h"
#include "jsexn.h"
#include "jsstaticcheck.h"
#include "jstracer.h"
#include "vm/CallObject.h"
#include "vm/Debugger.h"

View File

@ -79,7 +79,6 @@
#include "jsproxy.h"
#include "jsscope.h"
#include "jsscript.h"
#include "jsstaticcheck.h"
#include "jswatchpoint.h"
#include "jsweakmap.h"
#if JS_HAS_XML_SUPPORT

View File

@ -70,7 +70,6 @@
#include "jsscope.h"
#include "jsscript.h"
#include "jsstr.h"
#include "jsstaticcheck.h"
#include "jstracer.h"
#include "jslibmath.h"

View File

@ -66,7 +66,6 @@
#include "jsscan.h"
#include "jsscope.h"
#include "jsscript.h"
#include "jsstaticcheck.h"
#if JS_HAS_XML_SUPPORT
#include "jsxml.h"

View File

@ -72,7 +72,6 @@
#include "jsproxy.h"
#include "jsscope.h"
#include "jsscript.h"
#include "jsstaticcheck.h"
#include "jsstdint.h"
#include "jsstr.h"
#include "jstracer.h"

View File

@ -52,7 +52,6 @@
#include "jspropertytree.h"
#include "jsproxy.h"
#include "jsscope.h"
#include "jsstaticcheck.h"
#include "jstypedarray.h"
#include "jsxml.h"
#include "jswrapper.h"

View File

@ -67,7 +67,6 @@
#include "jsscope.h"
#include "jsscript.h"
#include "jsstr.h"
#include "jsstaticcheck.h"
#include "vm/Debugger.h"

View File

@ -78,7 +78,6 @@
#include "jsscope.h"
#include "jsscript.h"
#include "jsstr.h"
#include "jsstaticcheck.h"
#include "jslibmath.h"
#if JS_HAS_XML_SUPPORT

View File

@ -50,7 +50,6 @@
#include "jsinterp.h"
#include "jsobj.h"
#include "jsscript.h"
#include "jsstaticcheck.h"
#include "jsstr.h"
#include "jsprobes.h"

View File

@ -55,7 +55,6 @@
*/
#include "jsapi.h"
#include "jsstaticcheck.h"
#include "jsutil.h"
JS_BEGIN_EXTERN_C

View File

@ -67,7 +67,6 @@
#include "jsparse.h"
#include "jsscan.h"
#include "jsscript.h"
#include "jsstaticcheck.h"
#include "vm/RegExpObject.h"

View File

@ -1,43 +0,0 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Original Code is Mozilla Communicator client code, released
* March 31, 1998.
*
* The Initial Developer of the Original Code is
* Netscape Communications Corporation.
* Portions created by the Initial Developer are Copyright (C) 1998
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* Alternatively, the contents of this file may be used under the terms of
* either of the GNU General Public License Version 2 or later (the "GPL"),
* or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the MPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the MPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
#ifndef jsstaticcheck_h___
#define jsstaticcheck_h___
#endif /* jsstaticcheck_h___ */

View File

@ -69,7 +69,6 @@
#include "jsopcode.h"
#include "jsprobes.h"
#include "jsscope.h"
#include "jsstaticcheck.h"
#include "jsstr.h"
#include "jsversion.h"

View File

@ -73,7 +73,6 @@
#include "jsopcode.h"
#include "jsscope.h"
#include "jsscript.h"
#include "jsstaticcheck.h"
#include "jstracer.h"
#include "jsxml.h"
#include "jstypedarray.h"

View File

@ -57,7 +57,6 @@
#include "jslock.h"
#include "jsnum.h"
#include "jsobj.h"
#include "jsstaticcheck.h"
#include "jstypedarray.h"
#include "jsutil.h"

View File

@ -44,8 +44,6 @@
#ifndef jsutil_h___
#define jsutil_h___
#include "jsstaticcheck.h"
#include "js/Utility.h"
/* Forward declarations. */

View File

@ -66,7 +66,6 @@
#include "jsscript.h"
#include "jsstr.h"
#include "jsxml.h"
#include "jsstaticcheck.h"
#include "vm/GlobalObject.h"

View File

@ -45,7 +45,6 @@
#include "jsiter.h"
#include "jsnum.h"
#include "jsxml.h"
#include "jsstaticcheck.h"
#include "jsbool.h"
#include "assembler/assembler/MacroAssemblerCodeRef.h"
#include "assembler/assembler/CodeLocation.h"

View File

@ -45,7 +45,6 @@
#include "jsiter.h"
#include "jsnum.h"
#include "jsxml.h"
#include "jsstaticcheck.h"
#include "jsbool.h"
#include "assembler/assembler/MacroAssemblerCodeRef.h"
#include "jsiter.h"