summaryrefslogtreecommitdiff
path: root/apps/tagcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagcache.c')
-rw-r--r--apps/tagcache.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c
index 29c00ae311..affa75db05 100644
--- a/apps/tagcache.c
+++ b/apps/tagcache.c
@@ -95,8 +95,6 @@ static long tagcache_stack[(DEFAULT_STACK_SIZE + 0x4000)/sizeof(long)];
95static const char tagcache_thread_name[] = "tagcache"; 95static const char tagcache_thread_name[] = "tagcache";
96#endif 96#endif
97 97
98#define UNTAGGED "<Untagged>"
99
100/* Previous path when scanning directory tree recursively. */ 98/* Previous path when scanning directory tree recursively. */
101static char curpath[TAG_MAXLEN+32]; 99static char curpath[TAG_MAXLEN+32];
102 100