From fde996690d77b81e445450671a0723f837de4eb3 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') 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