clean up white space

This commit is contained in:
Kelvin Sherlock 2012-04-29 22:46:36 -04:00
parent 3f65a4ed2e
commit 3c860adce9
1 changed files with 0 additions and 3 deletions

View File

@ -24,9 +24,6 @@ Word DictionaryAdd(Handle h, const void *key, Word keySize,
// removal performance is awful.
void DictionaryRemove(Handle h, const char *key, Word keySize);
Word DictionaryEnumerate(Handle h, DictionaryEnumerator *e, Word cookie);
#endif