From: Wolfgang Bangerth Date: Tue, 26 Jun 2007 05:06:35 +0000 (+0000) Subject: Remove a TODO that I now no longer understand X-Git-Tag: v8.0.0~10222 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98facbb0efd82324cfed867138c449fde8a72865;p=dealii.git Remove a TODO that I now no longer understand git-svn-id: https://svn.dealii.org/trunk@14812 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/dofs/dof_accessor.h b/deal.II/deal.II/include/dofs/dof_accessor.h index 46c8311e0c..0f98d88285 100644 --- a/deal.II/deal.II/include/dofs/dof_accessor.h +++ b/deal.II/deal.II/include/dofs/dof_accessor.h @@ -27,8 +27,6 @@ template class FullMatrix; template class SparseMatrix; template class Vector; -//TODO: Find a way to avoid the forward declarations and get rid of dof_handler include files. - template class DoFObjectAccessor; template class DoFObjectAccessor<0,DH>; template class DoFObjectAccessor<1,DH>;