Commit 8ec0053
committed
Remove unused attributes from ResponseFuture class
These attributes are defined in ResponseFuture but never used:
- default_timeout: Only used in Session class
- _profile_manager: Only used in Session class
- _warned_timeout: Never referenced anywhere
Removing these attributes before adding __slots__ to ensure
clean slot definitions.
Signed-off-by: Yaniv Kaul <yaniv.kaul@scylladb.com>1 parent 6f04382 commit 8ec0053
1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4316 | 4316 | | |
4317 | 4317 | | |
4318 | 4318 | | |
4319 | | - | |
4320 | 4319 | | |
4321 | 4320 | | |
4322 | | - | |
4323 | 4321 | | |
4324 | 4322 | | |
4325 | 4323 | | |
| |||
4343 | 4341 | | |
4344 | 4342 | | |
4345 | 4343 | | |
4346 | | - | |
4347 | | - | |
4348 | 4344 | | |
4349 | 4345 | | |
4350 | 4346 | | |
| |||
0 commit comments