Commit 45a2d8f
committed
replicaset: drop unused worker:remove_service() function
The function was used incorrectly in the router and did nothing,
since the newly created replicasets cannot have the service, which
has not been added there, and consequently, there's nothing to drop.
The commit also drops the `remove_service` function, because we don't
have use case, where the service should be removed from the replicaset.
NO_DOC=refactoring
NO_TEST=refactoring1 parent eb1fca1 commit 45a2d8f
File tree
3 files changed
+1
-12
lines changed- test/replicaset-luatest
- vshard
- router
3 files changed
+1
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
837 | 837 | | |
838 | 838 | | |
839 | 839 | | |
840 | | - | |
| 840 | + | |
841 | 841 | | |
842 | 842 | | |
843 | 843 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2160 | 2160 | | |
2161 | 2161 | | |
2162 | 2162 | | |
2163 | | - | |
2164 | | - | |
2165 | | - | |
2166 | | - | |
2167 | | - | |
2168 | 2163 | | |
2169 | 2164 | | |
2170 | 2165 | | |
2171 | 2166 | | |
2172 | | - | |
2173 | 2167 | | |
2174 | 2168 | | |
2175 | 2169 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1214 | 1214 | | |
1215 | 1215 | | |
1216 | 1216 | | |
1217 | | - | |
1218 | | - | |
1219 | 1217 | | |
1220 | | - | |
1221 | | - | |
1222 | | - | |
1223 | 1218 | | |
1224 | 1219 | | |
1225 | 1220 | | |
| |||
0 commit comments