Module Name: src
Committed By: joerg
Date: Tue Mar 11 23:55:11 UTC 2014
Modified Files:
src/sys/lib/libunwind: DwarfInstructions.hpp
Log Message:
GC unused enum.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/lib/libunwind/DwarfInstructions.hpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/lib/libunwind/DwarfInstructions.hpp
diff -u src/sys/lib/libunwind/DwarfInstructions.hpp:1.1 src/sys/lib/libunwind/DwarfInstructions.hpp:1.2
--- src/sys/lib/libunwind/DwarfInstructions.hpp:1.1 Mon Oct 14 01:14:57 2013
+++ src/sys/lib/libunwind/DwarfInstructions.hpp Tue Mar 11 23:55:11 2014
@@ -39,12 +39,6 @@ public:
static step_result stepWithDwarf(A &, pint_t, pint_t, R &, unw_proc_info_t *);
private:
- // Pseudo-register used for return addresses.
- enum {
- DW_X86_RET_ADDR = 8,
- DW_X86_64_RET_ADDR = 16,
- };
-
static pint_t evaluateExpression(pint_t, A &, const R &, pint_t);
static pint_t
getSavedRegister(A &, const R &, pint_t,