Remove: now unused stredup

This commit is contained in:
Rubidium
2023-06-27 17:07:56 +02:00
committed by rubidium42
parent 2ec4ea2b99
commit e04d43f396
3 changed files with 1 additions and 17 deletions

View File

@@ -19,7 +19,6 @@
#include "string_type.h"
char *strecpy(char *dst, const char *src, const char *last) NOACCESS(3);
char *stredup(const char *src, const char *last = nullptr) NOACCESS(2);
std::string FormatArrayAsHex(span<const byte> data);