X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=aligncommand.cpp;h=efc8ce489e79ac5e1d17084f5e952b39590894ba;hb=90708fe9701e3827e477c82fb3652539c3bf2a0d;hp=a68fbfcba365207d7847c7eeaff12d9e4a4914e2;hpb=f687723a8357916e86a05116978e6869b039ce36;p=mothur.git diff --git a/aligncommand.cpp b/aligncommand.cpp index a68fbfc..efc8ce4 100644 --- a/aligncommand.cpp +++ b/aligncommand.cpp @@ -572,7 +572,6 @@ int AlignCommand::driver(linePair* filePos, string alignFName, string reportFNam if (candidateSeq->getUnaligned().length() > alignment->getnRows()) { alignment->resize(candidateSeq->getUnaligned().length()+1); } - Sequence temp = templateDB->findClosestSequence(candidateSeq); Sequence* templateSeq = &temp;