EMPTY_STRING no longer used

This commit is contained in:
Emi Simpson 2019-12-05 20:11:19 -05:00
parent d574e9a5da
commit 13bacb4320
No known key found for this signature in database
GPG Key ID: 68FAB2E2E6DFC98B
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ use std::{
lazy_static! {
static ref HAS_PROTOCOL: Regex = Regex::new(r"^[a-z0-9]+:").unwrap();
static ref REGEX_URL: Regex = Regex::new(r"^https?://").unwrap();
static ref EMPTY_STRING: String = String::new();
}
const MAGIC: [[&[u8]; 2]; 19] = [