[llvm] r202808 - Remove unused typedef
Timur Iskhodzhanov
timurrrr at google.com
Tue Mar 4 01:57:01 PST 2014
Author: timurrrr
Date: Tue Mar 4 03:57:00 2014
New Revision: 202808
URL: http://llvm.org/viewvc/llvm-project?rev=202808&view=rev
Log:
Remove unused typedef
Modified:
llvm/trunk/include/llvm/CodeGen/PBQP/ReductionRules.h
Modified: llvm/trunk/include/llvm/CodeGen/PBQP/ReductionRules.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/PBQP/ReductionRules.h?rev=202808&r1=202807&r2=202808&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/PBQP/ReductionRules.h (original)
+++ llvm/trunk/include/llvm/CodeGen/PBQP/ReductionRules.h Tue Mar 4 03:57:00 2014
@@ -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;
More information about the llvm-commits
mailing list