summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorFelipe Oliveira Carvalho <felipekde@gmail.com>2021-11-15 00:36:57 +0100
committerFelipe Oliveira Carvalho <felipekde@gmail.com>2021-11-28 20:59:14 +0100
commitdd6658754f85f54058be416e1b43150e39d8ffa5 (patch)
treef1b95f7532aa73192833bdd85fd83169364dbd89 /util
parentc5d5174a66f02e66d8e30c21ff4761214d8e4d6d (diff)
downloadleveldb-dd6658754f85f54058be416e1b43150e39d8ffa5.tar.gz
Remove <pthread.h> include and find_package() from build files
Diffstat (limited to 'util')
-rw-r--r--util/env_posix.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/env_posix.cc b/util/env_posix.cc
index 24b1c4c..9ac03f8 100644
--- a/util/env_posix.cc
+++ b/util/env_posix.cc
@@ -4,7 +4,6 @@
#include <dirent.h>
#include <fcntl.h>
-#include <pthread.h>
#include <sys/mman.h>
#ifndef __Fuchsia__
#include <sys/resource.h>