Remove dependency of strlcpy()

There was only one place where `strlcpy` was still used.

Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
Antonio Niño Díaz
2018-01-27 00:02:44 +00:00
parent f9f3bb7761
commit c6187be210
5 changed files with 5 additions and 81 deletions

View File

@@ -58,7 +58,6 @@ rgbasm_obj := \
src/asm/symbol.o \
src/extern/err.o \
src/extern/reallocarray.o \
src/extern/strlcpy.o \
src/extern/utf8decoder.o \
src/extern/version.o