diff options
Diffstat (limited to 'odrefresh/odr_common.h')
| -rw-r--r-- | odrefresh/odr_common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/odrefresh/odr_common.h b/odrefresh/odr_common.h index 1257ab77f8..e55258ff1c 100644 --- a/odrefresh/odr_common.h +++ b/odrefresh/odr_common.h @@ -26,9 +26,6 @@ namespace art { namespace odrefresh { -// Concatenates a list of strings into a single string. -std::string Concatenate(std::initializer_list<std::string_view> args); - // Quotes a path with single quotes ('). std::string QuotePath(std::string_view path); |