diff options
Diffstat (limited to 'src/lutris.c')
-rw-r--r-- | src/lutris.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lutris.c b/src/lutris.c index db4da4c..a3caa3d 100644 --- a/src/lutris.c +++ b/src/lutris.c @@ -57,7 +57,6 @@ int lutris_install(int argc, char** argv) for (size_t i = 0; i < installer.directivecount; ++i) { - assert(installer.directives[i]->command < UNKNOWN_DIRECTIVE); switch(installer.directives[i]->command) { @@ -123,7 +122,6 @@ int lutris_install(int argc, char** argv) } else { - assert(installer.error < NO_INSTALLER); switch(installer.error) { case NO_JSON: |