From 202f9a05d449ddc1160584c4e8a87f397f248e94 Mon Sep 17 00:00:00 2001 From: bd Date: Tue, 11 Mar 2025 10:53:14 -0400 Subject: Remove header with unimplemented functions --- inc/risc_vector.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 inc/risc_vector.h (limited to 'inc/risc_vector.h') diff --git a/inc/risc_vector.h b/inc/risc_vector.h deleted file mode 100644 index 244adb6..0000000 --- a/inc/risc_vector.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef RISC_VECTOR_H -#define RISC_VECTOR_H -#include - - - -/** - * Outputs the program version and banner. - */ -void print_version_number(); - -#endif /* RISC_VECTOR_H_INCLUDED */ -- cgit v1.2.3