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-08-13 23:55:26 +0400
committerJohn Langford <jl@hunch.net>2012-08-13 23:55:26 +0400
commitef24231fb7a6ba0b742166c09d26dbdbfae6912b (patch)
tree9c166c6640b5681c3d350db7e7ee9bebd0cdc5a8 /vowpalwabbit/parse_primitives.h
parenta7ff47eaeba380671f7a5f5cd9ffa5965dfdd139 (diff)
more pthread localization
Diffstat (limited to 'vowpalwabbit/parse_primitives.h')
-rw-r--r--vowpalwabbit/parse_primitives.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/vowpalwabbit/parse_primitives.h b/vowpalwabbit/parse_primitives.h
index 80ea521f..2a8476d5 100644
--- a/vowpalwabbit/parse_primitives.h
+++ b/vowpalwabbit/parse_primitives.h
@@ -81,9 +81,6 @@ struct parser {
int max_fd;
label_parser* lp; // moved from vw
-
- pthread_mutex_t output_lock;
- pthread_cond_t output_done;
};
//chop up the string into a v_array of substring.