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:48:12 +0400
committerJohn Langford <jl@hunch.net>2012-08-13 23:48:12 +0400
commita7ff47eaeba380671f7a5f5cd9ffa5965dfdd139 (patch)
treed87264513d56fd1ee87e70af15cc1c387507e3b8 /vowpalwabbit/sender.cc
parent5e1b96dad29afc27ec602ffbadac7c3405eb786c (diff)
pthread minimization
Diffstat (limited to 'vowpalwabbit/sender.cc')
-rw-r--r--vowpalwabbit/sender.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/vowpalwabbit/sender.cc b/vowpalwabbit/sender.cc
index 528a0483..ae71caae 100644
--- a/vowpalwabbit/sender.cc
+++ b/vowpalwabbit/sender.cc
@@ -1,4 +1,3 @@
-#include <pthread.h>
#include <vector>
#ifdef _WIN32
#include <WinSock2.h>