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)];
static const char tagcache_thread_name[] = "tagcache";
#endif
-#define UNTAGGED "<Untagged>"
-
/* Previous path when scanning directory tree recursively. */
static char curpath[TAG_MAXLEN+32];