From 31c1db43d2d425b06e16c2f7707326ce8ead64b8 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 10 Dec 2020 18:48:07 +0000 Subject: Remove unused shadowing length variable --- libmysqlpp/my-column.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libmysqlpp/my-column.h') diff --git a/libmysqlpp/my-column.h b/libmysqlpp/my-column.h index 51c4503..2726830 100644 --- a/libmysqlpp/my-column.h +++ b/libmysqlpp/my-column.h @@ -25,7 +25,6 @@ namespace MySQL { void apply(DB::HandleField &) const override; std::vector value; - long unsigned int length; }; class NullColumn : public ColumnBase { -- cgit v1.2.3