summaryrefslogtreecommitdiff
path: root/port/port_example.h
diff options
context:
space:
mode:
Diffstat (limited to 'port/port_example.h')
-rw-r--r--port/port_example.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/port/port_example.h b/port/port_example.h
index 1a8fca2..a665910 100644
--- a/port/port_example.h
+++ b/port/port_example.h
@@ -18,10 +18,6 @@ namespace port {
// TODO(jorlow): Many of these belong more in the environment class rather than
// here. We should try moving them and see if it affects perf.
-// The following boolean constant must be true on a little-endian machine
-// and false otherwise.
-static const bool kLittleEndian = true /* or some other expression */;
-
// ------------------ Threading -------------------
// A Mutex represents an exclusive lock.