aboutsummaryrefslogtreecommitdiff
path: root/riscv/execute.cc
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2022-09-22 15:31:08 -0700
committerAndrew Waterman <andrew@sifive.com>2022-10-04 15:40:01 -0700
commitda93bdc435b985fd354e01c26470f64c33cecaa6 (patch)
tree86adbad2d2af0e66bb46bee7b2758d27b760c7b3 /riscv/execute.cc
parent8f511653940cb2b9edd9a18ec30a51422b34a573 (diff)
downloadspike-da93bdc435b985fd354e01c26470f64c33cecaa6.zip
spike-da93bdc435b985fd354e01c26470f64c33cecaa6.tar.gz
spike-da93bdc435b985fd354e01c26470f64c33cecaa6.tar.bz2
Delete functions that are actually unused
Diffstat (limited to 'riscv/execute.cc')
-rw-r--r--riscv/execute.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/riscv/execute.cc b/riscv/execute.cc
index 1f9ddef..36621ca 100644
--- a/riscv/execute.cc
+++ b/riscv/execute.cc
@@ -154,10 +154,6 @@ static void commit_log_print_insn(processor_t *p, reg_t pc, insn_t insn)
}
fprintf(log_file, "\n");
}
-#else
-static void commit_log_reset(processor_t* p) {}
-static void commit_log_stash_privilege(processor_t* p) {}
-static void commit_log_print_insn(processor_t* p, reg_t pc, insn_t insn) {}
#endif
inline void processor_t::update_histogram(reg_t pc)