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:
parent
b53b5bd710
commit
e5894e5b81
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user