- Notifications
You must be signed in to change notification settings - Fork5
Commitaeb5023

Neil Conway
Minor code cleanup: ExecHash() was returning a null TupleTableSlot, and an
old comment in the code claimed that this was necessary. Since it is notactually necessary any more, it is clearer to remove the comment andjust return NULL instead -- the return value of ExecHash() is not used.1 parente1b398c commitaeb5023
2 files changed
+5
-10
lines changedLines changed: 3 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
58 | 57 |
| |
59 | 58 |
| |
60 | 59 |
| |
| |||
78 | 77 |
| |
79 | 78 |
| |
80 | 79 |
| |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
| 80 | + | |
| 81 | + | |
86 | 82 |
| |
87 | 83 |
| |
88 | 84 |
| |
|
Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
100 |
| - | |
101 |
| - | |
| 100 | + | |
102 | 101 |
| |
103 | 102 |
| |
104 | 103 |
| |
|
0 commit comments
Comments
(0)