From 9fc815601ae0013830c12903c49ca57aefcfb9da Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 16 Jun 2014 15:41:08 -0400 Subject: [PATCH] Unused code Signed-off-by: Marc Delisle --- libraries/schema/Pdf_Relation_Schema.class.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/libraries/schema/Pdf_Relation_Schema.class.php b/libraries/schema/Pdf_Relation_Schema.class.php index 8ebfdadfcd..b667502ca8 100644 --- a/libraries/schema/Pdf_Relation_Schema.class.php +++ b/libraries/schema/Pdf_Relation_Schema.class.php @@ -1314,14 +1314,6 @@ class PMA_Pdf_Relation_Schema extends PMA_Export_Relation_Schema // Find which tables are related with the current one and write it in // an array $res_rel = PMA_getForeigners($db, $table); - - if (count($res_rel) > 0) { - $have_rel = true; - } else { - $have_rel = false; - } - } else { - $have_rel = false; } // end if /**