Skip to content

Commit 3387dca

Browse files
committed
remove rlang macro
1 parent a467674 commit 3387dca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rlang.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ using namespace Rcpp;
77
* dependencies.
88
*/
99
#define FRAME_LOCK_MASK (1 << 14)
10-
#define FRAME_IS_LOCKED(e) (ENVFLAGS(e) & FRAME_LOCK_MASK)
1110
#define UNLOCK_FRAME(e) SET_ENVFLAGS(e, ENVFLAGS(e) & (~FRAME_LOCK_MASK))
1211

1312
// [[Rcpp::export]]

0 commit comments

Comments
 (0)