Skip to content

Commit 973bf39

Browse files
committed
code clean up
1 parent e57658b commit 973bf39

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

BERT/RCOM.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -770,9 +770,7 @@ SEXP Variant2SEXP(CComVariant &cv) {
770770

771771
switch (vt) {
772772
case VT_EMPTY:
773-
//return R_NilValue;
774773
return ScalarInteger(R_NaInt);
775-
//return R_NaString;
776774
case VT_NULL:
777775
return R_NilValue;
778776
case VT_R4:

0 commit comments

Comments
 (0)