From d6314a81bb46824ae4a585e982d5207a91cda3dd Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Sat, 12 Jul 2014 13:32:16 +0200 Subject: [PATCH] Remove unused variables This fixes compiler warnings about variable shadowing. --- include/boost/graph/planar_detail/boyer_myrvold_impl.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/boost/graph/planar_detail/boyer_myrvold_impl.hpp b/include/boost/graph/planar_detail/boyer_myrvold_impl.hpp index 41ba2bc5..a1be98d1 100644 --- a/include/boost/graph/planar_detail/boyer_myrvold_impl.hpp +++ b/include/boost/graph/planar_detail/boyer_myrvold_impl.hpp @@ -782,7 +782,6 @@ namespace boost bool bottom_path_follows_first; bool top_path_follows_first; bool next_bottom_follows_first = chose_first_upper_path; - face_handle_t top_handle, bottom_handle; vertex_t merge_point = chosen;