From 0a1a4f70dd6d653e7f3861ff4d16b45f0685e90e Mon Sep 17 00:00:00 2001 From: Guenter Obiltschnig Date: Mon, 26 Sep 2016 17:00:20 +0200 Subject: [PATCH] style fix --- Data/include/Poco/Data/Extraction.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Data/include/Poco/Data/Extraction.h b/Data/include/Poco/Data/Extraction.h index f93752ef1..20cd90c84 100644 --- a/Data/include/Poco/Data/Extraction.h +++ b/Data/include/Poco/Data/Extraction.h @@ -145,7 +145,6 @@ public: AbstractExtraction(Limit::LIMIT_UNLIMITED, pos.value()), _rResult(result), _default() - { _rResult.clear(); }