X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=suffixdb.hpp;h=393b4a52f3fde135a1dd80009b6dc44dc5340737;hb=9bc68cbe7fd7c5cf00b66d73d60624de80fb7933;hp=4dc7e0fadd0cc1575250da05029d3ef32b388894;hpb=fdc1f6eaf544f695fc1511f24bddd7e6069c33ba;p=mothur.git diff --git a/suffixdb.hpp b/suffixdb.hpp index 4dc7e0f..393b4a5 100644 --- a/suffixdb.hpp +++ b/suffixdb.hpp @@ -33,11 +33,6 @@ public: void generateDB() {}; //adding sequences generates the db void addSequence(Sequence); vector findClosestSequences(Sequence*, int); - - #ifdef USE_MPI - int MPISend(int); //just sends numSeqs - int MPIRecv(int); - #endif private: vector suffixForest;