Skip to content

src: remove unused assignments

When invoking C++ member methods through async callbacks, the this pointer is passed through the async signal strcture. Now with recent changes, in the callback we are obtaining the his pointer reflectively through applying pointer arithmetic on the async field, effectively making this assignments redundant.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading