Hello Alexey Serbin, Andrew Wong,

I'd like you to do a code review. Please visit

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

to review the following change.


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/1
--
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: newchange
Gerrit-Change-Id: Ib5fb53730f9c33b37415b22fcc775266467116b9
Gerrit-Change-Number: 15583
Gerrit-PatchSet: 1
Gerrit-Owner: Adar Dembo <a...@cloudera.com>
Gerrit-Reviewer: Alexey Serbin <aser...@cloudera.com>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>

Reply via email to