Преглед изворни кода

[LibOS] Remove unused struct debugbuf

Isaku Yamahata пре 6 година
родитељ
комит
afe8d1f44c
1 измењених фајлова са 0 додато и 5 уклоњено
  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)
 {