summaryrefslogtreecommitdiff
path: root/zen/file_id.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zen/file_id.cpp')
-rw-r--r--zen/file_id.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/zen/file_id.cpp b/zen/file_id.cpp
index c9f422ac..acbdcd7b 100644
--- a/zen/file_id.cpp
+++ b/zen/file_id.cpp
@@ -47,7 +47,6 @@ std::string zen::getFileID(const Zstring& filename)
return extractFileID(fileInfo);
#endif
- assert(false);
return std::string();
}
bgstack15