1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-23 02:38:22 +00:00

Remove unused variable 'before' in check_dtd_chain()

This commit is contained in:
Nick Briggs 2023-01-14 11:57:27 -08:00
parent b53b5bd710
commit e5894e5b81

View File

@ -1235,7 +1235,6 @@ void dtd_chain(DLword type) {
void check_dtd_chain(DLword type)
{
LispPTR next, onext;
LispPTR before;
onext = 0;
next = ((struct dtd *)GetDTD(type))->dtd_free;