pgAdmin III commit: Remove redundant local variables

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Remove redundant local variables
Date: 2015-05-22 13:36:50
Message-ID: E1Yvn86-0006Mj-2G@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Remove redundant local variables

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=0b800cb006b0373dc57bb3379a491f0fce644a84
Author: Dmitriy Olshevskiy <olshevskiy87(at)bk(dot)ru>

Modified Files
--------------
pgadmin/ctl/ctlSQLResult.cpp | 3 +--
pgadmin/dlg/dlgColumn.cpp | 2 +-
pgadmin/dlg/dlgForeignTable.cpp | 2 --
pgadmin/dlg/dlgIndex.cpp | 3 +--
pgadmin/dlg/dlgIndexConstraint.cpp | 2 +-
pgadmin/dlg/dlgManageMacros.cpp | 1 -
pgadmin/dlg/dlgMoveTablespace.cpp | 2 --
pgadmin/dlg/dlgRule.cpp | 1 -
pgadmin/dlg/dlgSearchObject.cpp | 1 -
pgadmin/dlg/dlgServer.cpp | 1 -
pgadmin/dlg/dlgTablespace.cpp | 2 --
pgadmin/dlg/dlgType.cpp | 2 --
pgadmin/schema/pgServer.cpp | 3 +--
pgadmin/schema/pgTable.cpp | 1 -
pgadmin/schema/pgTablespace.cpp | 2 --
pgadmin/schema/pgType.cpp | 4 ----
16 files changed, 5 insertions(+), 27 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2015-05-22 13:37:22 Re: PATCH: remove redundant local variables
Previous Message Ashesh Vashi 2015-05-22 12:00:45 Re: PATCH: remove redundant local variables