Browse Source

HPCC-17374 Fix Coverity unreachable code warning.

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 8 năm trước cách đây
mục cha
commit
e297302cbf
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      plugins/Rembed/Rembed.cpp

+ 0 - 1
plugins/Rembed/Rembed.cpp

@@ -423,7 +423,6 @@ public:
             theBoolSet = Rcpp::LogicalVector(elements);
             l[r] = theBoolSet;
             break;
-        case type_unsigned:
         case type_int:
             theIntSet = Rcpp::IntegerVector(elements);
             l[r] = theIntSet;