[bindings] Concretize Result types without type aliasing
[rust-lightning] / lightning-c-bindings / src / c_types / mod.rs
index dcb8d3078bb84bca61f42ef3a2c50b00b0d0becf..bc670947e9df64652eaf9f424c08d9c057c78029 100644 (file)
@@ -283,7 +283,6 @@ impl<O, E> CResultTempl<O, E> {
                }
        }
 }
-pub extern "C" fn CResultTempl_free<O, E>(_res: CResultTempl<O, E>) { }
 impl<O, E> Drop for CResultTempl<O, E> {
        fn drop(&mut self) {
                if self.result_ok {