diff --git a/includes/handlers.inc b/includes/handlers.inc
index d9e2afb..9ca88cc 100644
--- a/includes/handlers.inc
+++ b/includes/handlers.inc
@@ -875,10 +875,6 @@ class views_many_to_one_helper {
     if (empty($options['group'])) {
       $options['group'] = 0;
     }
-    else {
-      $value = $this->handler->value;
-      $operator = 'IN';
-    }
 
     $add_condition = TRUE;
     if ($operator == 'not') {
