From d4cdfdff42c777f5929017c1f26ecaed3d055cde Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 27 Aug 2009 15:15:35 +0200 Subject: simplify error handling. CrashWatcher.cpp lost a few wrapper functions -4k of code Signed-off-by: Denys Vlasenko --- lib/Plugins/SQLite3.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/Plugins/SQLite3.cpp') diff --git a/lib/Plugins/SQLite3.cpp b/lib/Plugins/SQLite3.cpp index 57b3317..a57da24 100644 --- a/lib/Plugins/SQLite3.cpp +++ b/lib/Plugins/SQLite3.cpp @@ -333,7 +333,6 @@ void CSQLite3::SetReported(const std::string& pUUID, const std::string& pUID, co "SET "DATABASE_COLUMN_MESSAGE" = '" + pMessage + "' " "WHERE "DATABASE_COLUMN_UUID" = '"+pUUID+"' " "AND "DATABASE_COLUMN_UID" = '"+pUID+"';"); - } else { -- cgit