- Notifications
You must be signed in to change notification settings - Fork28
Commit2d4b973

Neil Conway
Trivial dead code removal: in _complete_from_query(), 'text' cannot be
NULL (e.g. due to the preceding strlen()). Therefore we needn't recheckthis before initializing 'e_text'.Per Coverity static analysis performed by EnterpriseDB.1 parent141e878 commit2d4b973
1 file changed
+4
-11
lines changedLines changed: 4 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
1909 | 1909 |
| |
1910 | 1910 |
| |
1911 | 1911 |
| |
1912 |
| - | |
1913 |
| - | |
1914 |
| - | |
1915 |
| - | |
1916 |
| - | |
1917 |
| - | |
1918 |
| - | |
| 1912 | + | |
| 1913 | + | |
1919 | 1914 |
| |
1920 | 1915 |
| |
1921 | 1916 |
| |
| |||
2035 | 2030 |
| |
2036 | 2031 |
| |
2037 | 2032 |
| |
2038 |
| - | |
2039 |
| - | |
2040 |
| - | |
| 2033 | + | |
2041 | 2034 |
| |
2042 | 2035 |
| |
2043 | 2036 |
| |
|
0 commit comments
Comments
(0)