refactor: remove dc_hash in favor of HashMap and HashSet

This commit is contained in:
Friedel Ziegelmayer
2019-05-27 09:07:24 +02:00
committed by GitHub
14 changed files with 286 additions and 1308 deletions

View File

@@ -30,7 +30,6 @@ use deltachat::dc_contact::*;
use deltachat::dc_context::*;
use deltachat::dc_dehtml::*;
use deltachat::dc_e2ee::*;
use deltachat::dc_hash::*;
use deltachat::dc_imap::*;
use deltachat::dc_imex::*;
use deltachat::dc_job::*;