Sfoglia il codice sorgente

[LibOS] Remove unused struct debugbuf

Isaku Yamahata 6 anni fa
parent
commit
afe8d1f44c
1 ha cambiato i file con 0 aggiunte e 5 eliminazioni
  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)
 {