summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-03-11 10:53:14 -0400
committerbd <bdunahu@operationnull.com>2025-03-11 10:53:14 -0400
commitfde996690d77b81e445450671a0723f837de4eb3 (patch)
tree25646d98b4bfcf4b9a664eabfc2651c481984c1d /inc
parentceff6a4d11b93130b9b1f13c1ce8e51490ffd188 (diff)
Remove header with unimplemented functions
Diffstat (limited to 'inc')
-rw-r--r--inc/risc_vector.h12
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 */