variable: Remove unneeded assertions.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 10 Apr 2010 03:55:25 +0000 (20:55 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 12 Apr 2010 03:50:14 +0000 (20:50 -0700)
commit19a9c720bb5cae2826e6983bdab72a9c4b74492d
treec2ce5a24949f1e701df58e82751f3b6d99bdc106
parent6a81809c2d8f5c51d2adc196e45153d48a0990e5
variable: Remove unneeded assertions.

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