aboutsummaryrefslogtreecommitdiff
path: root/lib/manifest.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/manifest.c')
-rw-r--r--lib/manifest.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/manifest.c b/lib/manifest.c
index b494969..965665e 100644
--- a/lib/manifest.c
+++ b/lib/manifest.c
@@ -443,11 +443,6 @@ Manifest *manifest_read(char *file_or_url) {
if (total_records == 0) {
spmerrno = SPM_ERR_MANIFEST_INVALID;
- }/* else if (total_records == 1) {
- spmerrno = SPM_ERR_MANIFEST_EMPTY;
- }*/
-
- if (spmerrno) {
return NULL;
}