Remove unused build.rs.

This commit is contained in:
John Gallagher 2017-01-06 01:11:17 -05:00
parent 4007c7d50f
commit f28ab620f3

View File

@ -1,5 +0,0 @@
extern crate pkg_config;
fn main() {
pkg_config::find_library("sqlite3").unwrap();
}