drop needless global tagsfn path
authorop <op@openbsd.org>
Wed, 29 Mar 2023 10:42:34 +0000 (10:42 +0000)
committerop <op@openbsd.org>
Wed, 29 Mar 2023 10:42:34 +0000 (10:42 +0000)
commit58c3a53a57fe3727a59a3b5be167c18302b714a2
tree0069ed1571be9708954c71fca3ecf1e253082668
parent58a532928ec50da155e6c9ada9ff9e7af14ad649
drop needless global tagsfn path

mg kept the path to the last loaded tag file in tagsfn which was used
for both the lazy loading (now removed) and as a flag to know if any
tags are currently loaded.  It's redundant and complicates the code:
just check if the tree is empty instead.

ok tb@
usr.bin/mg/tags.c