Remove unused variable
This PR removes a unused variable which leads to a warning during build time.
This commit is contained in:
parent
5e32d8fd7f
commit
84042749ff
@ -21,10 +21,6 @@ limitations under the License.
|
||||
|
||||
namespace tensorflow {
|
||||
|
||||
namespace {
|
||||
constexpr float kLayerByLayerTreeWeight = 1.0;
|
||||
} // namespace
|
||||
|
||||
// Constructor.
|
||||
BoostedTreesEnsembleResource::BoostedTreesEnsembleResource()
|
||||
: tree_ensemble_(
|
||||
|
Loading…
Reference in New Issue
Block a user