Skip to content

Commit 5e5523e

Browse files
JacobSzwejbkafacebook-github-bot
authored andcommitted
delete unused String.h/cpp
Summary: Nobody has used these since they were added 1+ year ago. Deleting for now. Reviewed By: mergennachin Differential Revision: D47272109 fbshipit-source-id: d6caea66295af2dd38c1d25e75ca932e212761fc
1 parent 20ac60f commit 5e5523e

File tree

5 files changed

+0
-509
lines changed

5 files changed

+0
-509
lines changed

core/String.cpp

Lines changed: 0 additions & 314 deletions
This file was deleted.

core/String.h

Lines changed: 0 additions & 33 deletions
This file was deleted.

core/targets.bzl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,12 @@ def define_common_targets():
99

1010
runtime.cxx_library(
1111
name = "core",
12-
srcs = [
13-
"String.cpp",
14-
],
1512
exported_headers = [
1613
"ArrayRef.h",
1714
"Constants.h",
1815
"Error.h",
1916
"FunctionRef.h",
2017
"Result.h",
21-
"String.h",
2218
"macros.h",
2319
"span.h",
2420
],

0 commit comments

Comments
 (0)