From 82a83b3ddf7f3267f13775df7e3375db45bf1392 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 15 Aug 2003 15:54:41 +0000 Subject: [PATCH] Remove forgotten dead code. git-svn-id: https://svn.dealii.org/trunk@7925 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/scripts/make_dependencies.cc | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/deal.II/common/scripts/make_dependencies.cc b/deal.II/common/scripts/make_dependencies.cc index 54bed52669..3cc36ad264 100644 --- a/deal.II/common/scripts/make_dependencies.cc +++ b/deal.II/common/scripts/make_dependencies.cc @@ -385,20 +385,7 @@ int main (int argc, char **argv) // they include themselves. for // each file on the command line, // we can thus form a complete - // include tree. do exactly this by - // populating the all_includes - // variable. we walk over the list - // of all these files, but since - // the tree is constructed - // recursively, it may happen that - // for some later filenames the - // all_includes is already - // built. the function then returns - // immediately -// for (std::map >::const_iterator -// file = direct_includes.begin(); file!=direct_includes.end(); ++file) -// complete_tree (file->first); - + // include tree. for (std::vector::const_iterator file=filenames.begin(); file != filenames.end(); ++file) { -- 2.39.5