diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2018-05-24 17:39:38 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2018-05-24 17:39:38 +0200 |
commit | 266cb29788ca89a853b8a9d5ffaa9bc0cecf5fd8 (patch) | |
tree | f0c9ef7b92724288af3119777a118654b23c12f0 /python/tidy/servo_tidy | |
parent | 62c37e00abb4b91a84d398e61f3b4d68da2e8055 (diff) | |
download | servo-266cb29788ca89a853b8a9d5ffaa9bc0cecf5fd8.tar.gz servo-266cb29788ca89a853b8a9d5ffaa9bc0cecf5fd8.zip |
Use std::simd instead of the simd crate
Diffstat (limited to 'python/tidy/servo_tidy')
-rw-r--r-- | python/tidy/servo_tidy/licenseck.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/tidy/servo_tidy/licenseck.py b/python/tidy/servo_tidy/licenseck.py index 96213346715..95a1154cc00 100644 --- a/python/tidy/servo_tidy/licenseck.py +++ b/python/tidy/servo_tidy/licenseck.py @@ -62,7 +62,6 @@ licenses_dep_toml = [ 'name = "freetype"', 'name = "js"', 'name = "servo-freetype-sys"', - 'name = "simd"', 'name = "webrender"', 'name = "webrender_api"', ] |