From cf37c76c09d9b9dddecde1df199cbaebd07bb5ff Mon Sep 17 00:00:00 2001 From: David Wells Date: Wed, 2 May 2018 15:12:43 -0400 Subject: [PATCH] Removed an unused typedef. --- source/distributed/tria.cc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/distributed/tria.cc b/source/distributed/tria.cc index 21a554bb65..7c8d2e2c6e 100644 --- a/source/distributed/tria.cc +++ b/source/distributed/tria.cc @@ -558,12 +558,6 @@ namespace void *) > > &pack_callbacks) { - typedef std::list::cell_iterator, - typename parallel::distributed::Triangulation::CellStatus, - void *) - > > > callback_list_t; - int idx = sc_array_bsearch(const_cast(&tree.quadrants), &p4est_cell, internal::p4est::functions::quadrant_compare); -- 2.39.5