Remove dead code

This commit is contained in:
Dmitry Bogatov
2019-08-16 04:19:58 +00:00
parent ea661896a1
commit 7c7a1b64df
7 changed files with 8 additions and 21 deletions

View File

@@ -65,7 +65,5 @@ mod dc_strencode;
mod dc_token;
pub mod dc_tools;
use self::constants::*;
#[cfg(test)]
mod test_utils;