summaryrefslogtreecommitdiff
path: root/lib/rts.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rts.h')
-rw-r--r--lib/rts.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/rts.h b/lib/rts.h
index 78387ab4..59833d5a 100644
--- a/lib/rts.h
+++ b/lib/rts.h
@@ -63,10 +63,6 @@ void load_image(char *);
/* ***** Tracing ***** */
-static int64_t g_trace_depth;
-static int64_t g_trace_max_depth;
-static bool g_trace_enabled;
-
/*
* Bind these functions in Sail to enable and disable tracing (see
* lib/trace.sail):
@@ -119,8 +115,6 @@ unit cycle_count(const unit);
* Functions to get info from ELF files.
*/
-static uint64_t g_elf_entry;
-
void elf_entry(sail_int *rop, const unit u);
void elf_tohost(sail_int *rop, const unit u);