1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-19 10:22:39 +01:00

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);