From 8f4553fadd4c84274036c3467026c8e4a2e534ee Mon Sep 17 00:00:00 2001
From: bangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Tue, 11 May 2010 12:14:26 +0000
Subject: [PATCH] Remove apparently unused variable.

git-svn-id: https://svn.dealii.org/trunk@21115 0785d39b-7218-0410-832d-ea1e28bc413d
---
 tests/deal.II/measure_et_al.cc | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tests/deal.II/measure_et_al.cc b/tests/deal.II/measure_et_al.cc
index a13bf80e20..965fa31ea4 100644
--- a/tests/deal.II/measure_et_al.cc
+++ b/tests/deal.II/measure_et_al.cc
@@ -1,5 +1,5 @@
 // $Id$
-// Copyright (C) 2005, 2006, 2008 by the deal.II authors
+// Copyright (C) 2005, 2006, 2008, 2010 by the deal.II authors
 //
 // Computes measure, center and barycenter on a variety of cells
 
@@ -13,8 +13,6 @@
 
 #define PRECISION 5
 
-char fname[50];
-
 
 template<int dim>
 void create_triangulation(const unsigned int,
-- 
2.39.5