forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8c44802
committed
Remove redundant initialization of a local variable.
In what was doubtless a typo, commitbf6c614 introduced a duplicateinitialization of a local variable. This made Coverity unhappy, as wellas pretty much anybody reading the code. We don't even have a real usefor the local variable, so just remove it.1 parentebf6049 commit8c44802
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
162 | 162 |
| |
163 | 163 |
| |
164 | 164 |
| |
165 |
| - | |
166 | 165 |
| |
167 | 166 |
| |
168 | 167 |
| |
| |||
209 | 208 |
| |
210 | 209 |
| |
211 | 210 |
| |
212 |
| - | |
| 211 | + | |
213 | 212 |
| |
214 | 213 |
| |
215 | 214 |
| |
|
0 commit comments
Comments
(0)