Don't compile with native flag
Project: http://git-wip-us.apache.org/repos/asf/couchdb-bear/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-bear/commit/b8b7ae41 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-bear/tree/b8b7ae41 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-bear/diff/b8b7ae41 Branch: refs/heads/master Commit: b8b7ae412a020ec8df9f7db0e160add3eb4e78f1 Parents: 0717c73 Author: Alexander Shorin <[email protected]> Authored: Fri Jul 24 03:03:48 2015 +0300 Committer: Alexander Shorin <[email protected]> Committed: Wed Oct 28 20:58:38 2015 +0300 ---------------------------------------------------------------------- src/bear.erl | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-bear/blob/b8b7ae41/src/bear.erl ---------------------------------------------------------------------- diff --git a/src/bear.erl b/src/bear.erl index b7ae3af..4bf0f17 100644 --- a/src/bear.erl +++ b/src/bear.erl @@ -39,7 +39,6 @@ -record(scan_result, {n=0, sumX=0, sumXX=0, sumInv=0, sumLog, max, min}). -record(scan_result2, {x2=0, x3=0, x4=0}). --compile([native]). get_statistics([_,_,_,_,_|_] = Values) -> Scan_res = scan_values(Values),
