Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
af8fe1bf
Unverified
Commit
af8fe1bf
authored
Mar 03, 2020
by
James Lamb
Committed by
GitHub
Mar 03, 2020
Browse files
[R-package] removed unused imports from R-specific lib_lightgbm components (#2845)
parent
f333389e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
4 deletions
+0
-4
include/LightGBM/R_object_helper.h
include/LightGBM/R_object_helper.h
+0
-1
include/LightGBM/lightgbm_R.h
include/LightGBM/lightgbm_R.h
+0
-2
src/lightgbm_R.cpp
src/lightgbm_R.cpp
+0
-1
No files found.
include/LightGBM/R_object_helper.h
View file @
af8fe1bf
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
#define R_OBJECT_HELPER_H_
#define R_OBJECT_HELPER_H_
#include <cstdint>
#include <cstdint>
#include <cstdio>
#define TYPE_BITS 5
#define TYPE_BITS 5
// use .Internal(internalsID()) to uuid
// use .Internal(internalsID()) to uuid
...
...
include/LightGBM/lightgbm_R.h
View file @
af8fe1bf
...
@@ -8,8 +8,6 @@
...
@@ -8,8 +8,6 @@
#include <LightGBM/c_api.h>
#include <LightGBM/c_api.h>
#include <LightGBM/R_object_helper.h>
#include <LightGBM/R_object_helper.h>
#include <cstdint>
/*!
/*!
* \brief get string message of the last error
* \brief get string message of the last error
* all functions in this file will return 0 on success
* all functions in this file will return 0 on success
...
...
src/lightgbm_R.cpp
View file @
af8fe1bf
...
@@ -13,7 +13,6 @@
...
@@ -13,7 +13,6 @@
#include <cstdio>
#include <cstdio>
#include <cstring>
#include <cstring>
#include <memory>
#include <memory>
#include <sstream>
#include <utility>
#include <utility>
#include <vector>
#include <vector>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment