cc2/arm64: Removed unused peep.c - scc - simple c99 compiler
(HTM) git clone git://git.simple-cc.org/scc
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit faf643c9afc0a74b276f24a8fdb4ba8552e351b3
(DIR) parent 06266207ce41e9fa1b7c2232b0a0243481287fd6
(HTM) 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:
D src/cmd/scc-cc/cc2/arm64-sysv/peep… | 8 --------
1 file changed, 0 insertions(+), 8 deletions(-)
---
(DIR) 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