Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Removed link directive (#4841)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkpar authored and gavofyork committed Mar 10, 2017
1 parent 95745ef commit bc9464f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion util/src/snappy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bc9464f

Please sign in to comment.