summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libdbpp/column.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libdbpp/column.h b/libdbpp/column.h
index 8c86c51..8a4e203 100644
--- a/libdbpp/column.h
+++ b/libdbpp/column.h
@@ -52,8 +52,6 @@ namespace DB {
virtual bool isNull() const = 0;
/// Apply a field handler (any sub-class of HandleField)
virtual void apply(HandleField &) const = 0;
- /// Rebind this field to another command (limited support).
- virtual void rebind(Command *, unsigned int) const = 0;
/// STL like string extractor.
void operator>>(std::string &) const;