From: Jason Ish Date: Mon, 24 Jul 2017 16:40:53 +0000 (-0600) Subject: autogen: cleanup rust strict warning X-Git-Tag: suricata-4.0.0~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2854%2Fhead;p=thirdparty%2Fsuricata.git autogen: cleanup rust strict warning --- diff --git a/rust/Makefile.am b/rust/Makefile.am index dfee1c43dc..104b49003f 100644 --- a/rust/Makefile.am +++ b/rust/Makefile.am @@ -19,8 +19,6 @@ if !DEBUG RELEASE = --release endif -RUST_FEATURES = - if HAVE_LUA RUST_FEATURES += lua endif