diff --git a/tgs/src/main/cpp/tgs/RandomForest/MultithreadedRandomForest.h b/tgs/src/main/cpp/tgs/RandomForest/MultithreadedRandomForest.h
index 5d4e235..a0dda6a 100644
--- a/tgs/src/main/cpp/tgs/RandomForest/MultithreadedRandomForest.h
+++ b/tgs/src/main/cpp/tgs/RandomForest/MultithreadedRandomForest.h
@@ -103,8 +103,6 @@ namespace Tgs
virtual void trainRoundRobin(const std::shared_ptr<DataFrame>& data, unsigned int numTrees,
unsigned int numFactors, std::string posClass, std::string negClass,
unsigned int nodeSize = 1, double retrain = 1.0, bool balanced = false) override;
- private:
-
};
}