dictionary: Remove unneeded assertions.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 10 Apr 2010 03:54:24 +0000 (20:54 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 12 Apr 2010 03:50:14 +0000 (20:50 -0700)
commit6a81809c2d8f5c51d2adc196e45153d48a0990e5
treec8e8ad9de1f8247357193a4b451eb11029b6fa87
parent7c3d75a49708f3c32a634a032efab0e1547bcd7c
dictionary: Remove unneeded assertions.

These assertions are already effectively checked anyhow, since the program
will already segfault if passed a null pointer.
src/data/dictionary.c