Removed link directive (#4841)

This commit is contained in:
Arkadiy Paronyan 2017-03-10 15:25:02 +01:00 committed by Gav Wood
parent 95745ef4c8
commit bc9464fcbd
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ const SNAPPY_OK: c_int = 0;
const SNAPPY_INVALID_INPUT: c_int = 1;
const SNAPPY_BUFFER_TOO_SMALL: c_int = 2;
#[link(name = "snappy", kind = "static")]
extern {
fn snappy_compress(
input: *const c_char,