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@jl-desktop.(none)>2012-01-18 21:40:53 +0400
committerJohn Langford <jl@jl-desktop.(none)>2012-01-18 21:40:53 +0400
commit2725682bd6664a7962aee5156daae055fb49b73c (patch)
treefdfaa1393543e3f90af4c402c10427f731d1f02c /vowpalwabbit/sender.cc
parent40b3568698aafe0a63c88cc4d82d2a99ca751616 (diff)
converted all cores to function as a driver() to help with library and reduction
Diffstat (limited to 'vowpalwabbit/sender.cc')
-rw-r--r--vowpalwabbit/sender.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/vowpalwabbit/sender.cc b/vowpalwabbit/sender.cc
index f346f35b..122fee8d 100644
--- a/vowpalwabbit/sender.cc
+++ b/vowpalwabbit/sender.cc
@@ -42,7 +42,7 @@ void send_features(io_buf *b, example* ec)
b->flush();
}
-void setup_send()
+void drive_send()
{
example* ec = NULL;
v_array<char> null_tag;
@@ -95,7 +95,3 @@ void setup_send()
}
return;
}
-
-void destroy_send()
-{
-}