Skip to content

Commit f6d3d8c

Browse files
authored
Update string.h
1 parent 7bdc11f commit f6d3d8c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clickhouse/columns/string.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ class ColumnString : public Column {
8989
/// Appends one element to the column.
9090
void Append(std::string&& steal_value);
9191

92-
/// Appends one element to the column.
93-
void Append(const char* str);
94-
9592
/// Appends one element to the column.
9693
/// If str lifetime is managed elsewhere and guaranteed to outlive the Block sent to the server
9794
void AppendNoManagedLifetime(std::string_view str);

0 commit comments

Comments
 (0)