Remove empty string-search.cc file.
authormstarzinger <mstarzinger@chromium.org>
Tue, 18 Aug 2015 18:18:11 +0000 (11:18 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 18 Aug 2015 18:18:22 +0000 (18:18 +0000)
R=titzer@chromium.org

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

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

BUILD.gn
src/string-search.cc [deleted file]
tools/gyp/v8.gyp

index e7fd74e..fae41a7 100644 (file)
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1153,7 +1153,6 @@ source_set("v8_base") {
     "src/startup-data-util.cc",
     "src/string-builder.cc",
     "src/string-builder.h",
-    "src/string-search.cc",
     "src/string-search.h",
     "src/string-stream.cc",
     "src/string-stream.h",
diff --git a/src/string-search.cc b/src/string-search.cc
deleted file mode 100644 (file)
index 837f938..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright 2010 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/v8.h"
-
-#include "src/string-search.h"
-
-namespace v8 {
-namespace internal {
-
-// Storage for constants used by string-search.
-
-// Now in Isolate:
-// bad_char_shift_table()
-// good_suffix_shift_table()
-// suffix_table()
-
-}  // namespace internal
-}  // namespace v8
index 5d07f5f..1e5705d 100644 (file)
         '../../src/startup-data-util.h',
         '../../src/string-builder.cc',
         '../../src/string-builder.h',
-        '../../src/string-search.cc',
         '../../src/string-search.h',
         '../../src/string-stream.cc',
         '../../src/string-stream.h',