Commit 350d2c47bcbf9d9c09f2b65c9659f0c5c2d683b5

Patrick Steinhardt 2017-05-19T14:22:35

index: remove file-scope entry size macros All index entry size computations are now performed in `index_entry_size`. As such, we do not need the file-scope macros for computing these sizes anymore. Remove them and move the `entry_size` macro into the `index_entry_size` function.