summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/fsmeta.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/fsmeta.cpp')
-rw-r--r--src/lib/formats/fsmeta.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/formats/fsmeta.cpp b/src/lib/formats/fsmeta.cpp
index f3e91e706a0..3c731f21939 100644
--- a/src/lib/formats/fsmeta.cpp
+++ b/src/lib/formats/fsmeta.cpp
@@ -14,7 +14,6 @@ namespace fs {
const char *meta_data::entry_name(meta_name name)
{
switch(name) {
- case meta_name::basic: return "basic";
case meta_name::creation_date: return "creation_date";
case meta_name::length: return "length";
case meta_name::loading_address: return "loading_address";