Removed the istream ctor

This commit is contained in:
mac 2000-03-06 16:09:46 +00:00
commit 0b449f9817

View file

@ -53,11 +53,6 @@ public:
*/
EO(): repFitness(0), invalidFitness(true) {}
/** Ctor from stream.
Fitness must have defined the lecture from an istream.
*/
EO( istream& _is ) { readFrom(_is); }
/// Virtual dtor
virtual ~EO() {};