From: Wolfgang Bangerth Date: Tue, 19 Feb 2013 15:17:45 +0000 (+0000) Subject: Remove unused variables. X-Git-Tag: v8.0.0~1237 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa2972b083124da8e30732ab19b3d2c8db9c5697;p=dealii.git Remove unused variables. git-svn-id: https://svn.dealii.org/trunk@28461 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/lac/sparsity_tools.cc b/deal.II/source/lac/sparsity_tools.cc index 776ce89448..99e69a582e 100644 --- a/deal.II/source/lac/sparsity_tools.cc +++ b/deal.II/source/lac/sparsity_tools.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2008, 2009, 2010, 2011, 2012 by the deal.II authors +// Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -74,8 +74,6 @@ namespace SparsityTools idx_t n = static_cast(sparsity_pattern.n_rows()), ncon = 1, // number of balancing constraints (should be >0) - wgtflag = 0, // no weights on nodes or edges - numflag = 0, // C-style 0-based numbering nparts = static_cast(n_partitions), // number of subdomains to create dummy; // the numbers of edges cut by the // resulting partition