diff options
author | Torvald Riegel <triegel@redhat.com> | 2016-01-12 14:57:45 +0000 |
---|---|---|
committer | Torvald Riegel <torvald@gcc.gnu.org> | 2016-01-12 14:57:45 +0000 |
commit | 0d1ed41261a495ed3c821b8252283e1f26597f53 (patch) | |
tree | cce62f9d70ede7c9273428aa1052efb2ae3e0273 /libitm/libitm_i.h | |
parent | 1c3c7c414570020cfb7b510f908fc20995ab2da0 (diff) | |
download | gcc-0d1ed41261a495ed3c821b8252283e1f26597f53.tar.gz |
libitm: Remove dead code and data.
From-SVN: r232275
Diffstat (limited to 'libitm/libitm_i.h')
-rw-r--r-- | libitm/libitm_i.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libitm/libitm_i.h b/libitm/libitm_i.h index fd7c4d2de16..751b4abaccc 100644 --- a/libitm/libitm_i.h +++ b/libitm/libitm_i.h @@ -82,8 +82,6 @@ enum gtm_restart_reason #include "target.h" #include "rwlock.h" #include "aatree.h" -#include "cacheline.h" -#include "stmlock.h" #include "dispatch.h" #include "containers.h" @@ -354,8 +352,6 @@ extern abi_dispatch *dispatch_gl_wt(); extern abi_dispatch *dispatch_ml_wt(); extern abi_dispatch *dispatch_htm(); -extern gtm_cacheline_mask gtm_mask_stack(gtm_cacheline *, gtm_cacheline_mask); - // Control variable for the HTM fastpath that uses serial mode as fallback. // Non-zero if the HTM fastpath is enabled. See gtm_thread::begin_transaction. // Accessed from assembly language, thus the "asm" specifier on |