Skip to content

Commit

Permalink
Remove the unused _format().
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Dec 8, 2024
1 parent dbe0ae0 commit 280f50f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 108 deletions.
106 changes: 0 additions & 106 deletions modules/src/print/format.c

This file was deleted.

2 changes: 0 additions & 2 deletions modules/src/print/print.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@
#include <stdarg.h>
#include <system.h>

int _format(char *buf, const char *fmt, va_list ap);

#endif /* __PRINT_INCLUDED__ */

0 comments on commit 280f50f

Please sign in to comment.