From 310bf4be54dcfc3b952c52bf9c59e7153eb82609 Mon Sep 17 00:00:00 2001 From: MassimilianoPinto Date: Tue, 11 Aug 2015 09:40:21 +0200 Subject: [PATCH] Removed unused var Removed unused var --- server/modules/routing/binlog/blr_file.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/server/modules/routing/binlog/blr_file.c b/server/modules/routing/binlog/blr_file.c index af6ddd295..a359f4334 100644 --- a/server/modules/routing/binlog/blr_file.c +++ b/server/modules/routing/binlog/blr_file.c @@ -1288,7 +1288,7 @@ int event_error = 0; if (pending_transaction > 0) { LOGIF(LE, (skygw_log_write_flush(LOGFILE_ERROR, "*** ERROR: Transaction cannot be @ pos %llu: " - "Another transaction was opened at %ll", + "Another transaction was opened at %llu", pos, last_known_commit))); free(statement_sql); @@ -1332,7 +1332,6 @@ int event_error = 0; } if (pending_transaction > 1) { - unsigned long long prev_pos = last_known_commit; if (debug) LOGIF(LD, (skygw_log_write_flush(LOGFILE_DEBUG, "< Transaction @ pos %llu, is now closed @ %llu", last_known_commit, pos)));