From c2d98bc0d682419f09659d94afefd6a6266dd6ee Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Sun, 6 Sep 2009 12:41:19 +0000 Subject: Remove some not-really-used variables, as warned about by icc (#593, partial). Patch by Erick Tryzelaar. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81115 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/RegAllocPBQP.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/CodeGen/RegAllocPBQP.cpp') diff --git a/lib/CodeGen/RegAllocPBQP.cpp b/lib/CodeGen/RegAllocPBQP.cpp index 12da38f..b62d4de 100644 --- a/lib/CodeGen/RegAllocPBQP.cpp +++ b/lib/CodeGen/RegAllocPBQP.cpp @@ -691,10 +691,6 @@ void PBQPRegAlloc::addStackInterval(const LiveInterval *spilled, } bool PBQPRegAlloc::mapPBQPToRegAlloc(const PBQP::Solution &solution) { - - static unsigned round = 0; - (void) round; - // Set to true if we have any spills bool anotherRoundNeeded = false; -- cgit v1.1