# HG changeset patch # User Matti Hamalainen # Date 1560568689 -10800 # Node ID 9c4f69fcb4b17957623bc694b08cf950b41c95ba # Parent ef1845cb436e1b878bc98006b08b339a0c35abbf Remove accidentally committed unused code. diff -r ef1845cb436e -r 9c4f69fcb4b1 tools/64vw.c --- a/tools/64vw.c Sat Jun 15 06:06:23 2019 +0300 +++ b/tools/64vw.c Sat Jun 15 06:18:09 2019 +0300 @@ -267,32 +267,6 @@ return res; } -#if 0 - DIR *dirh; - struct dirent *entry; - - if ((dirh = opendir(npath)) == NULL) - { - int err = th_get_error(); - THERR("Could not open directory '%s': %s\n", - path, th_error_str(err)); - ret = FALSE; - goto out; - } - - while ((entry = readdir(dirh)) != NULL) - if (entry->d_name[0] != '.') - { - if (!argHandleFileDir(npath, entry->d_name, pattern)) - { - ret = FALSE; - goto out; - } - } - - closedir(dirh); -#endif - int main(int argc, char *argv[]) {