Explorar o código

[LibOS] Remove unused struct debugbuf

Isaku Yamahata %!s(int64=6) %!d(string=hai) anos
pai
achega
afe8d1f44c
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      LibOS/shim/src/utils/printf.c

+ 0 - 5
LibOS/shim/src/utils/printf.c

@@ -26,11 +26,6 @@
 
 PAL_HANDLE debug_handle = NULL;
 
-struct debugbuf {
-    int cnt;
-    char buf[DEBUGBUF_SIZE];
-};
-
 static inline int
 debug_fputs (void * f, const char * buf, int len)
 {