pgAdmin III commit: Remove redundant local variables - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin III commit: Remove redundant local variables
Date
Msg-id E1Yvn86-0006Mj-2G@gothos.postgresql.org
Whole thread Raw
List 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@bk.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(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: PATCH: remove redundant local variables
Next
From: Ashesh Vashi
Date:
Subject: Re: PATCH: remove redundant local variables