Remove empty string-search.cc file.

R=titzer@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#30234}
This commit is contained in:
mstarzinger 2015-08-18 11:18:11 -07:00 committed by Commit bot
parent 49d1004bfb
commit e1ad02375a
3 changed files with 0 additions and 22 deletions

View File

@ -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",

View File

@ -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

View File

@ -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',