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:
authorJohn Langford <jl@hunch.net>2014-12-26 22:52:06 +0300
committerJohn Langford <jl@hunch.net>2014-12-26 22:52:06 +0300
commitd3495ca382dbf55a889678c1d945d8649e15917d (patch)
tree0a6bdc2ed6bd6ab5adf311ae59fbdd8dd99d836d
parent9d3ffde017013a35ac9c03850d25bffac9245c7e (diff)
remove spurious declaration
-rw-r--r--vowpalwabbit/oaa.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/vowpalwabbit/oaa.cc b/vowpalwabbit/oaa.cc
index d2abfc8c..03daef90 100644
--- a/vowpalwabbit/oaa.cc
+++ b/vowpalwabbit/oaa.cc
@@ -33,7 +33,6 @@ namespace OAA {
ec.l.simple = {0.f, mc_label_data.weight, 0.f};
- string outputString;
stringstream outputStringStream(outputString);
uint32_t prediction = 1;