Helpful checks.cc file is being helpful.
authormstarzinger <mstarzinger@chromium.org>
Thu, 6 Aug 2015 13:33:37 +0000 (06:33 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 6 Aug 2015 13:33:45 +0000 (13:33 +0000)
R=titzer@chromium.org

Review URL: https://codereview.chromium.org/1276843004

Cr-Commit-Position: refs/heads/master@{#30046}

BUILD.gn
src/checks.cc [deleted file]
tools/gyp/v8.gyp

index b8704534226bf2f113ea949cfd44906a28531fb5..f4d1b2de842b5f3e8d64c942159ed9a1ea0fb9b5 100644 (file)
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -638,7 +638,6 @@ source_set("v8_base") {
     "src/char-predicates.cc",
     "src/char-predicates-inl.h",
     "src/char-predicates.h",
-    "src/checks.cc",
     "src/checks.h",
     "src/circular-queue-inl.h",
     "src/circular-queue.h",
diff --git a/src/checks.cc b/src/checks.cc
deleted file mode 100644 (file)
index 2871a66..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2006-2008 the V8 project authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "src/checks.h"
-
-namespace v8 {
-namespace internal {}  // namespace internal
-}  // namespace v8
index 637b01f611485436da963ec55ed63debf905becf..dcac4f0712de96b08e8ea774071526a6d91846ea 100644 (file)
         '../../src/char-predicates.cc',
         '../../src/char-predicates-inl.h',
         '../../src/char-predicates.h',
-        '../../src/checks.cc',
         '../../src/checks.h',
         '../../src/circular-queue-inl.h',
         '../../src/circular-queue.h',