Hello Alexey Serbin, Kudu Jenkins, Andrew Wong,

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/15583

to look at the new patch set (#2).

Change subject: gutil: remove callback and bind from the codebase
......................................................................

gutil: remove callback and bind from the codebase

It is fitting that 5.5 years after bringing this code into Kudu (see commit
31f072096), I'm lucky enough to be the one burying it. There are no more
usages of this functionality; everything has been migrated to std::function
with lambdas for binding/capturing.

Change-Id: Ib5fb53730f9c33b37415b22fcc775266467116b9
---
M build-support/release/rat_exclude_files.txt
M docs/contributing.adoc
M src/kudu/gutil/CMakeLists.txt
D src/kudu/gutil/bind.h
D src/kudu/gutil/bind.h.pump
D src/kudu/gutil/bind_helpers.h
D src/kudu/gutil/bind_internal.h
D src/kudu/gutil/bind_internal.h.pump
D src/kudu/gutil/callback.h
D src/kudu/gutil/callback.h.pump
D src/kudu/gutil/callback_forward.h
D src/kudu/gutil/callback_internal.cc
D src/kudu/gutil/callback_internal.h
D src/kudu/gutil/raw_scoped_refptr_mismatch_checker.h
M src/kudu/util/CMakeLists.txt
D src/kudu/util/callback_bind-test.cc
16 files changed, 6 insertions(+), 6,046 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/83/15583/2
--
To view, visit http://gerrit.cloudera.org:8080/15583
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ib5fb53730f9c33b37415b22fcc775266467116b9
Gerrit-Change-Number: 15583
Gerrit-PatchSet: 2
Gerrit-Owner: Adar Dembo <a...@cloudera.com>
Gerrit-Reviewer: Alexey Serbin <aser...@cloudera.com>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Kudu Jenkins (120)

Reply via email to