Drop `c_bindings` implementation of scoring on `Mutex`/`RefCell` 2023-07-116-bindings-part-1
authorMatt Corallo <git@bluematt.me>
Tue, 18 Jul 2023 19:52:26 +0000 (19:52 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 20 Jul 2023 19:49:43 +0000 (19:49 +0000)
commit35dda4e61ce3357f66e484ba33c408191707c824
tree4c0ebbc428c1fc2511f7bbdb0d366b24d30ff364
parentd2c20ecc2d2eec46b5f1d29173bc9e29cd5179a0
Drop `c_bindings` implementation of scoring on `Mutex`/`RefCell`

This code was always effectively dead - we have a special
`MultiThreadedLockableScore` type which wraps a `Mutex` for
bindings users, so there's no need to implement any
bindings-specific scoring logic for them.
lightning/src/routing/scoring.rs