From 524b955eb185daa02df1ab94d128942e8ee6feba Mon Sep 17 00:00:00 2001 From: "lperron@google.com" Date: Mon, 22 Jul 2013 18:33:01 +0000 Subject: [PATCH] remove debug code --- src/constraint_solver/expr_array.cc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/constraint_solver/expr_array.cc b/src/constraint_solver/expr_array.cc index 382dda69ea..5252734910 100644 --- a/src/constraint_solver/expr_array.cc +++ b/src/constraint_solver/expr_array.cc @@ -2565,14 +2565,6 @@ class ExprLinearizer : public ModelParser { }; #undef IS_TYPE -string Show(const std::vector& v) { - return Int64VectorToString(v, " "); -} - -string Show(const std::vector& v) { - return IntVectorToString(v, " "); -} - // ----- Factory functions ----- template Constraint* MakeScalProdEqualityFct(