diff options
author | Josh Blum | 2012-12-01 13:55:48 -0800 |
---|---|---|
committer | Josh Blum | 2012-12-01 13:55:48 -0800 |
commit | a1449c97eefa1635680ede98f61ab3538c56eb21 (patch) | |
tree | 64879533cb17caad2e6cab085a5fba0ef6abfe06 /lib/gras_impl/messages.hpp | |
parent | 999d15b5dca5de7c32ddb87469d5c78136473de7 (diff) | |
download | sandhi-a1449c97eefa1635680ede98f61ab3538c56eb21.tar.gz sandhi-a1449c97eefa1635680ede98f61ab3538c56eb21.tar.bz2 sandhi-a1449c97eefa1635680ede98f61ab3538c56eb21.zip |
changed lookahead to preload, thats all it is
Diffstat (limited to 'lib/gras_impl/messages.hpp')
-rw-r--r-- | lib/gras_impl/messages.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gras_impl/messages.hpp b/lib/gras_impl/messages.hpp index bc6a2b8..eae3258 100644 --- a/lib/gras_impl/messages.hpp +++ b/lib/gras_impl/messages.hpp @@ -97,7 +97,6 @@ struct OutputCheckMessage struct OutputHintMessage { size_t index; - size_t history_bytes; size_t reserve_bytes; WeakToken token; }; |