remove warning for have_common_qr

Signed-off-by: Panagiotis Cheilaris <philaris@cs.ntua.gr>
This commit is contained in:
Panagiotis Cheilaris 2014-04-14 12:55:01 +02:00
parent fb53c58677
commit fd1f51e987
1 changed files with 2 additions and 1 deletions

View File

@ -817,7 +817,8 @@ private:
bool is_qsrc_r = is_endpoint_of(sq.source_site(), sr);
bool is_qtrg_r = is_endpoint_of(sq.target_site(), sr);
bool have_common_pq = is_psrc_q or is_ptrg_q;
bool have_common_qr = is_qsrc_r or is_qtrg_r;
CGAL_SDG_DEBUG(
bool have_common_qr = is_qsrc_r or is_qtrg_r; );
bool have_common_rp = is_psrc_r or is_ptrg_r;
CGAL_SDG_DEBUG(