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>2012-05-29 02:08:20 +0400
committerJohn Langford <jl@hunch.net>2012-05-29 02:08:20 +0400
commit5ae0db1c0751878c8973253501682494c644ba24 (patch)
tree37c81a46edb0160da4779dcdf2531ff4121e01d2 /vowpalwabbit/vw.h
parent3cda92501f46b28d0784daa0cadb283ddb19f1a0 (diff)
still working on initialization
Diffstat (limited to 'vowpalwabbit/vw.h')
-rw-r--r--vowpalwabbit/vw.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/vowpalwabbit/vw.h b/vowpalwabbit/vw.h
deleted file mode 100644
index 7210a1ff..00000000
--- a/vowpalwabbit/vw.h
+++ /dev/null
@@ -1,9 +0,0 @@
-/*
-Copyright (c) 2009 Yahoo! Inc. All rights reserved. The copyrights
-embodied in the content of this file are licensed under the BSD
-(revised) open source license
- */
-
-#include "gd.h"
-
-void vw(int argc, char *argv[]);