From 2417019b3f3555ce5bcf235705111a13f9b84234 Mon Sep 17 00:00:00 2001 From: maj Date: Mon, 7 Dec 2009 03:15:08 +0000 Subject: [PATCH] weird duplication removed svn path=/bioperl-db/trunk/; revision=16448 --- lib/Bio/DB/Query/BioQuery.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Bio/DB/Query/BioQuery.pm b/lib/Bio/DB/Query/BioQuery.pm index 74ba0a2..6074c2b 100644 --- a/lib/Bio/DB/Query/BioQuery.pm +++ b/lib/Bio/DB/Query/BioQuery.pm @@ -216,7 +216,6 @@ sub translate_query{ } # record the association table alias $entitymap->{$assoc} = [$alias || $assoc]; - $aliasmap->{$alias} = $assoc if $alias; $aliasmap->{$alias} = $assoc if $alias; # resolve all participating entities to table names; at the same # time we need foreign keys and joins to all participating entities -- 2.11.4.GIT