kill dead code

This commit is contained in:
Vítor Santos Costa 2015-02-13 12:24:15 +00:00
parent 68abafd024
commit 71c9cb21b7

View File

@ -815,7 +815,6 @@ Atom export_atom(Atom at, char **hpp, char *buf, size_t len)
strcpy(ptr, RepAtom(at)->StrOfAE); strcpy(ptr, RepAtom(at)->StrOfAE);
*hpp = ptr+(sz+1); *hpp = ptr+(sz+1);
} }
ptr += sz;
return (Atom)(p0-buf); return (Atom)(p0-buf);
} }