diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-11-05 22:27:51 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-11-05 22:27:51 -0800 |
| commit | e80c97c633679ea0757de7c9565263f42d9110cc (patch) | |
| tree | 1dbad8b28613339726c5adb5fe40bcf8180e188e /src/platform/posix | |
| parent | 85927b8d0d0a751e4c65849c392ef9d0e42a1bd7 (diff) | |
| download | nng-e80c97c633679ea0757de7c9565263f42d9110cc.tar.gz nng-e80c97c633679ea0757de7c9565263f42d9110cc.tar.bz2 nng-e80c97c633679ea0757de7c9565263f42d9110cc.zip | |
remove nni_plat_println - we have nni_plat_printf which is good enough
Diffstat (limited to 'src/platform/posix')
| -rw-r--r-- | src/platform/posix/posix_debug.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/platform/posix/posix_debug.c b/src/platform/posix/posix_debug.c index c44c2075..912000cc 100644 --- a/src/platform/posix/posix_debug.c +++ b/src/platform/posix/posix_debug.c @@ -32,13 +32,6 @@ nni_plat_printf(const char *fmt, ...) va_end(ap); } -void -nni_plat_println(const char *message) -{ - fputs(message, stderr); - fputc('\n', stderr); -} - const char * nni_plat_strerror(int errnum) { |
