diff options
author | bd <bdunahu@operationnull.com> | 2025-03-11 10:53:14 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-03-11 10:53:14 -0400 |
commit | 202f9a05d449ddc1160584c4e8a87f397f248e94 (patch) | |
tree | 25646d98b4bfcf4b9a664eabfc2651c481984c1d | |
parent | acb0bc357a9dfe6d89321d127b72693031435e65 (diff) |
Remove header with unimplemented functions
-rw-r--r-- | inc/risc_vector.h | 12 |
1 files changed, 0 insertions, 12 deletions
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 <string> - - - -/** - * Outputs the program version and banner. - */ -void print_version_number(); - -#endif /* RISC_VECTOR_H_INCLUDED */ |