浏览代码

HPCC-17374 Fix Coverity unreachable code warning.

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 8 年之前
父节点
当前提交
e297302cbf
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      plugins/Rembed/Rembed.cpp

+ 0 - 1
plugins/Rembed/Rembed.cpp

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