summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/plugins.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins.c b/src/plugins.c
index 64f8430..5c2e7ae 100644
--- a/src/plugins.c
+++ b/src/plugins.c
@@ -281,9 +281,6 @@ slv2_plugins_get_by_uri(SLV2Plugins list, const char* uri)
int upper = raptor_sequence_size(list) - 1;
int i;
- if (upper == 0)
- return NULL;
-
while (upper >= lower) {
i = lower + ((upper - lower) / 2);