Reviewers: titzer,

Message:
Empty string-search.cc is being empty.

Description:
Remove empty string-search.cc file.

R=tit...@chromium.org

Please review this at https://codereview.chromium.org/1295333002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+0, -22 lines):
  M BUILD.gn
  D src/string-search.cc
  M tools/gyp/v8.gyp


Index: src/string-search.cc
diff --git a/src/string-search.cc b/src/string-search.cc
deleted file mode 100644
index 837f93809514b9f5cb8fe22f3f77e0be1f30fe4a..0000000000000000000000000000000000000000
--- a/src/string-search.cc
+++ /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: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index e7fd74e6eb1c3e147652237d8f64055f1103087d..fae41a7361336fcc27883cfd0e9a65ddeb0c9b92 100644
--- 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",
Index: tools/gyp/v8.gyp
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
index 5d07f5f6d9f83e279f5875abab3f24600f4cf7e3..1e5705d7a5838bd1b77b11979f3ee020159e8516 100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -945,7 +945,6 @@
         '../../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',


--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to