Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'vowpalwabbit/stagewise_poly.h')
-rw-r--r--vowpalwabbit/stagewise_poly.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/vowpalwabbit/stagewise_poly.h b/vowpalwabbit/stagewise_poly.h
index 983b4382..60478e81 100644
--- a/vowpalwabbit/stagewise_poly.h
+++ b/vowpalwabbit/stagewise_poly.h
@@ -4,7 +4,4 @@ individual contributors. All rights reserved. Released under a BSD
license as described in the file LICENSE.
*/
#pragma once
-namespace StagewisePoly
-{
- LEARNER::base_learner *setup(vw &all, po::variables_map &vm);
-}
+namespace StagewisePoly { LEARNER::base_learner *setup(vw &all); }