Send and Sync impl now useless

This commit is contained in:
Paul Masurel
2017-05-28 18:18:59 +09:00
parent b316cd337a
commit 37042e3ccb

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 {}