Skip to content

Commit

Permalink
Remove stdio
Browse files Browse the repository at this point in the history
This was causing test failures, and it isn't needed.
  • Loading branch information
ammrat13 committed Jan 12, 2024
1 parent 9b7634b commit 5bbf250
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tccpp.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#include <stdio.h>
#define USING_GLOBALS
#include "tcc.h"

Expand Down

0 comments on commit 5bbf250

Please sign in to comment.