X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=blastdb.hpp;h=2e7423dcba612f332d7ef2f2657fac9aa16f1b79;hb=725a3d4ff2442c79bfde0a75ed3e0904edcf03b7;hp=d61aaecb5e0712b47458e000416b881719cc7e65;hpb=fdc1f6eaf544f695fc1511f24bddd7e6069c33ba;p=mothur.git diff --git a/blastdb.hpp b/blastdb.hpp index d61aaec..2e7423d 100644 --- a/blastdb.hpp +++ b/blastdb.hpp @@ -26,11 +26,6 @@ public: vector findClosestSequences(Sequence*, int); vector findClosestMegaBlast(Sequence*, int); - #ifdef USE_MPI - int MPISend(int); //just sends gapOpen, gapExtend, match and mismatch - int MPIRecv(int); - #endif - private: string dbFileName; string queryFileName;