remove old commented out version of a macro

master
rasul 5 years ago
parent 36141245e1
commit 8896e4968a

@ -99,14 +99,3 @@ macro_rules! try_option_send_error {
}
};
}
// #[macro_export]
// macro_rules! try_option_send_error {
// ($i:ident, $e:expr) => {
// if let Ok(Some(r)) = $e {
// r
// } else {
// return SendQueue::error($i);
// }
// };
// }

Loading…
Cancel
Save