Skip to content

Commit

Permalink
[R-package] remove unused variables in configure.ac (#3509)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Oct 31, 2020
1 parent f7c1a7f commit 13194d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions R-package/configure
Original file line number Diff line number Diff line change
Expand Up @@ -1694,9 +1694,6 @@ if test -z "${R_HOME}"; then
exit 1
fi
CC=`"${R_HOME}/bin/R" CMD config CC`
CXX=`"${R_HOME}/bin/R" CMD config CXX11`
CFLAGS=`"${R_HOME}/bin/R" CMD config CFLAGS`
CPPFLAGS=`"${R_HOME}/bin/R" CMD config CPPFLAGS`

# LightGBM-specific flags
LGB_CPPFLAGS=""
Expand Down
3 changes: 0 additions & 3 deletions R-package/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ if test -z "${R_HOME}"; then
exit 1
fi
CC=`"${R_HOME}/bin/R" CMD config CC`
CXX=`"${R_HOME}/bin/R" CMD config CXX11`
CFLAGS=`"${R_HOME}/bin/R" CMD config CFLAGS`
CPPFLAGS=`"${R_HOME}/bin/R" CMD config CPPFLAGS`

# LightGBM-specific flags
LGB_CPPFLAGS=""
Expand Down

0 comments on commit 13194d2

Please sign in to comment.