Remove unused typedef
authorTimur Iskhodzhanov <timurrrr@google.com>
Tue, 4 Mar 2014 09:57:00 +0000 (09:57 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Tue, 4 Mar 2014 09:57:00 +0000 (09:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202808 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/PBQP/ReductionRules.h

index bebd2113672ae1893881e616f6090b5d442a50ba..a55a06033c4eacc043e23da4d21c2994c97c716e 100644 (file)
@@ -158,7 +158,6 @@ namespace PBQP {
   template <typename GraphT, typename StackT>
   Solution backpropagate(GraphT& G, StackT stack) {
     typedef GraphBase::NodeId NodeId;
-    typedef GraphBase::EdgeId EdgeId;
     typedef typename GraphT::Matrix Matrix;
     typedef typename GraphT::RawVector RawVector;