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/sender.h')
-rw-r--r--vowpalwabbit/sender.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/vowpalwabbit/sender.h b/vowpalwabbit/sender.h
index 9740f159..b8199bf6 100644
--- a/vowpalwabbit/sender.h
+++ b/vowpalwabbit/sender.h
@@ -4,6 +4,4 @@ individual contributors. All rights reserved. Released under a BSD
license as described in the file LICENSE.
*/
#pragma once
-namespace SENDER{
- LEARNER::base_learner* setup(vw& all, po::variables_map& vm, vector<string> pairs);
-}
+namespace SENDER { LEARNER::base_learner* setup(vw& all); }