"tests/vscode:/vscode.git/clone" did not exist on "f9ab5f588d6bbe145b0aacc28c4aa8711f116caf"
Unverified Commit d7a384fa authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[R-package] remove unused R_AS_INT64 (#3686)

parent 26671aa3
......@@ -108,8 +108,6 @@ typedef union { VECTOR_SER s; double align; } SEXPREC_ALIGN;
#define R_AS_INT(x) (*(reinterpret_cast<int*> DATAPTR(x)))
#define R_AS_INT64(x) (*(reinterpret_cast<int64_t*> DATAPTR(x)))
#define R_IS_NULL(x) ((*reinterpret_cast<LGBM_SE>(x)).sxpinfo.type == 0)
// 64bit pointer
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment