scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit faf643c9afc0a74b276f24a8fdb4ba8552e351b3
parent 06266207ce41e9fa1b7c2232b0a0243481287fd6
Author: Roberto E. Vargas Caballero <k0ga@shike2.net>
Date:   Wed,  4 Jun 2025 16:08:07 +0200

cc2/arm64: Removed unused peep.c

This file was only a placeholder for the times when we built a
skeleton for arm64 without using qbe. As we don't build that
skeleton anymore, it does not make sense to keep this placeholder
anymore in the repository.

Diffstat:
Dsrc/cmd/scc-cc/cc2/arm64-sysv/peep.c | 8--------
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git a/src/cmd/scc-cc/cc2/arm64-sysv/peep.c b/src/cmd/scc-cc/cc2/arm64-sysv/peep.c @@ -1,7 +0,0 @@ -#include <scc/scc.h> -#include "../cc2.h" - -void -peephole(void) -{ -} -\ No newline at end of file