From c047077911bbb6acd32eba46ee9296ca20b1e6f5 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Sat, 4 Jan 2014 01:07:01 -0800 Subject: Removing "big endian" 8-bits reads, and updating libev to fix win32 deadlock. --- includes/Handle.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'includes/Handle.h') diff --git a/includes/Handle.h b/includes/Handle.h index 176f4bb..ba710b2 100644 --- a/includes/Handle.h +++ b/includes/Handle.h @@ -76,11 +76,9 @@ class Handle { Future readI16(); Future readI32(); Future readI64(); - Future readBEU8(); Future readBEU16(); Future readBEU32(); Future readBEU64(); - Future readBEI8(); Future readBEI16(); Future readBEI32(); Future readBEI64(); -- cgit v1.2.3