about summary refs log tree commit diff
path: root/bus.c
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2025-07-03 10:42:10 +0300
committerNakidai <nakidai@disroot.org>2025-07-03 10:42:10 +0300
commitc07461337363d7c3e28bac53e73c16d038903e87 (patch)
treee26a0dd3166ea37e84ecd2efdae2260e7d0693ac /bus.c
parent55a180b3b35247a8ee2c12e94c19befdba09550b (diff)
downloadsmalltcp-c07461337363d7c3e28bac53e73c16d038903e87.tar.gz
smalltcp-c07461337363d7c3e28bac53e73c16d038903e87.zip
ImpOwOments
- Use better thing for compiling
- Remove all those unneeded function definitions bloating my beautiful
  perfect code
Diffstat (limited to 'bus.c')
-rw-r--r--bus.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/bus.c b/bus.c
index f05292b..60e35f7 100644
--- a/bus.c
+++ b/bus.c
@@ -4,8 +4,6 @@
 #include <sys/socket.h>
 #include <poll.h>
 
-atoi(), err(), warn(), warnx(), read(), write(), close();
-
 #define SOCKETS_MAX 128
 #define BUFFER_SIZE 512