Send and Sync impl now useless

This commit is contained in:
Paul Masurel
2017-05-29 18:53:49 +09:00
parent b316cd337a
commit 37042e3ccb
-5
View File
@@ -248,8 +248,3 @@ impl FastFieldsReader {
})
}
}
unsafe impl Send for U64FastFieldReader {}
unsafe impl Sync for U64FastFieldReader {}
unsafe impl Send for I64FastFieldReader {}
unsafe impl Sync for I64FastFieldReader {}