Remove unnecessary Send impl

This commit is contained in:
Florian Hartwig
2015-02-17 14:10:07 -08:00
committed by Carl Lerche
parent 7444721d98
commit 7e02c29e85
-2
View File
@@ -152,8 +152,6 @@ impl Buf for ByteBuf {
}
}
unsafe impl Send for ByteBuf { }
/*
*
* ===== ROByteBuf =====