Remove unused variable

This PR removes a unused variable which leads to a warning during build time.
This commit is contained in:
Lukas Geiger 2019-02-28 23:12:21 +00:00
parent 5e32d8fd7f
commit 84042749ff

View File

@ -21,10 +21,6 @@ limitations under the License.
namespace tensorflow {
namespace {
constexpr float kLayerByLayerTreeWeight = 1.0;
} // namespace
// Constructor.
BoostedTreesEnsembleResource::BoostedTreesEnsembleResource()
: tree_ensemble_(