Removed commented out code block

This commit is contained in:
Bobbi Webber-Manners 2020-06-13 20:08:58 -04:00
parent 0e882ee3c7
commit fdc7f30b82

View File

@ -3,6 +3,7 @@
* *
* Bobbi January-June 2020 * Bobbi January-June 2020
* *
* TODO: Maybe no-op sort is useful after all?
* TODO: Need code to write out modified freelist if there are fixes * TODO: Need code to write out modified freelist if there are fixes
* TODO: Get both ProDOS-8 and GNO versions to build from this source * TODO: Get both ProDOS-8 and GNO versions to build from this source
* TODO: Trimming unused directory blocks * TODO: Trimming unused directory blocks
@ -1393,10 +1394,6 @@ int readdir(uint device, uint blocknum) {
} }
#endif #endif
++numfiles; ++numfiles;
// if (numfiles == maxfiles) {
// err(NONFATAL, err_many);
// return 1; // TODO
// }
if (errcount == errsbeforeent) { if (errcount == errsbeforeent) {
for (i = 0; i < 53 - strlen(namebuf); ++i) for (i = 0; i < 53 - strlen(namebuf); ++i)
putchar(' '); putchar(' ');