summaryrefslogtreecommitdiff
path: root/port/port_stdcxx.h
diff options
context:
space:
mode:
Diffstat (limited to 'port/port_stdcxx.h')
-rw-r--r--port/port_stdcxx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/port/port_stdcxx.h b/port/port_stdcxx.h
index e9cb0e5..2bda48d 100644
--- a/port/port_stdcxx.h
+++ b/port/port_stdcxx.h
@@ -41,8 +41,6 @@
namespace leveldb {
namespace port {
-static const bool kLittleEndian = !LEVELDB_IS_BIG_ENDIAN;
-
class CondVar;
// Thinly wraps std::mutex.