aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/tree-ssa-threadbackward.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/tree-ssa-threadbackward.c b/gcc/tree-ssa-threadbackward.c
index 96422a1..d94e3b9 100644
--- a/gcc/tree-ssa-threadbackward.c
+++ b/gcc/tree-ssa-threadbackward.c
@@ -76,7 +76,6 @@ class back_threader
{
public:
back_threader (bool speed_p, bool resolve);
- ~back_threader ();
void maybe_thread_block (basic_block bb);
bool thread_through_all_blocks (bool may_peel_loop_headers);
private:
@@ -128,10 +127,6 @@ back_threader::back_threader (bool speed_p, bool resolve)
m_resolve = resolve;
}
-back_threader::~back_threader ()
-{
-}
-
// Register the current path for jump threading if it's profitable to
// do so.
//