From cbbf97554334a3a4e8c1f5299a2e6e0b1143a871 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Mon, 20 Jun 2022 09:46:47 +0200 Subject: [PATCH] Remove obsolete header file --- .../deal.II/matrix_free/helper_functions.h | 33 ------------------- include/deal.II/matrix_free/mapping_info.h | 1 - 2 files changed, 34 deletions(-) delete mode 100644 include/deal.II/matrix_free/helper_functions.h diff --git a/include/deal.II/matrix_free/helper_functions.h b/include/deal.II/matrix_free/helper_functions.h deleted file mode 100644 index b53b2bc314..0000000000 --- a/include/deal.II/matrix_free/helper_functions.h +++ /dev/null @@ -1,33 +0,0 @@ -// --------------------------------------------------------------------- -// -// Copyright (C) 2011 - 2019 by the deal.II authors -// -// This file is part of the deal.II library. -// -// The deal.II library is free software; you can use it, redistribute -// it, and/or modify it under the terms of the GNU Lesser General -// Public License as published by the Free Software Foundation; either -// version 2.1 of the License, or (at your option) any later version. -// The full text of the license can be found in the file LICENSE.md at -// the top level directory of deal.II. -// -// --------------------------------------------------------------------- - - -#ifndef dealii_matrix_free_helper_functions_h -#define dealii_matrix_free_helper_functions_h - - -#include - -#include -#include -#include -#include -#include -#include - -#include - - -#endif diff --git a/include/deal.II/matrix_free/mapping_info.h b/include/deal.II/matrix_free/mapping_info.h index ecabdcd953..6c16616cae 100644 --- a/include/deal.II/matrix_free/mapping_info.h +++ b/include/deal.II/matrix_free/mapping_info.h @@ -33,7 +33,6 @@ #include #include -#include #include #include -- 2.39.5