1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-07-16 22:42:20 +02:00

We don't use thread_local any more, so remove it.

This commit is contained in:
Andrew Gallant
2016-09-13 21:21:36 -04:00
parent 7cd02e9b7e
commit 983c7fd6f9
3 changed files with 0 additions and 3 deletions

View File

@ -15,7 +15,6 @@ extern crate num_cpus;
extern crate regex;
extern crate rustc_serialize;
extern crate term;
extern crate thread_local;
extern crate walkdir;
#[cfg(windows)]
extern crate winapi;