Lint cleanups from William Rucklidge

Change-Id: Ia4756ef97e65837d55838ee0b30806a234565bfd
This commit is contained in:
Sameer Agarwal
2013-08-16 17:02:56 -07:00
parent b22d063075
commit d61b68aaac
12 changed files with 59 additions and 33 deletions
-1
View File
@@ -132,7 +132,6 @@ void SetLinearSolver(Solver::Options* options) {
FLAGS_dense_linear_algebra_library,
&options->dense_linear_algebra_library_type));
options->num_linear_solver_threads = FLAGS_num_threads;
}
void SetOrdering(BALProblem* bal_problem, Solver::Options* options) {