Explorar el Código

[LibOS] Remove unused struct debugbuf

Isaku Yamahata hace 6 años
padre
commit
afe8d1f44c
Se han modificado 1 ficheros con 0 adiciones y 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)
 {