> + vStringCatS (filePath, entryName); > + resize |= createTagsForEntry (vStringValue > (filePath)); > + } > + } while (_findnext (hFile, &fileInfo) == 0); > + _findclose (hFile); > + } > +#endif > + > + vStringDelete (filePath); > + return resize; > +} > + > +#endif > + > + > +static boolean recurseIntoDirectory (const char *const dirName)
Should I #if0 it or keep it the way it is? There will always be some dead code and the few lines here won't help much I think. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1160/files/d440a81166e62d41e2b06d555b471db5fdd8d80d..ea72ecc00fc22f24eced3ffce7c7db67d5f02271#r73791326
