* All source files: Get rid of nasty special cases for
[pspp] / src / autorecode.c
index 5ae1e7f6ef79784695593bf689c22cc555ba98cd..a682b30d8955375675b936b0838c2f5aee756b45 100644 (file)
@@ -330,9 +330,6 @@ autorecode_proc_func (struct ccase * c)
          if (NULL == *vpp)
            {
              vp = pool_alloc (hash_pool, sizeof (union value));
-#if __CHECKER__
-             memset (vp, 0, sizeof (union value));
-#endif
              vp->c = pool_strdup (hash_pool, v.c);
              *vpp = vp;
            }