mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-25 17:48:54 +00:00
Remove unused variable 'before' in check_dtd_chain()
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user