Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 02ACF18B80 for ; Wed, 28 Oct 2015 21:16:24 +0000 (UTC) Received: (qmail 76389 invoked by uid 500); 28 Oct 2015 21:16:23 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 76228 invoked by uid 500); 28 Oct 2015 21:16:23 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 75992 invoked by uid 99); 28 Oct 2015 21:16:23 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Oct 2015 21:16:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 754C6DFBD2; Wed, 28 Oct 2015 21:16:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kxepal@apache.org To: commits@couchdb.apache.org Date: Wed, 28 Oct 2015 21:16:27 -0000 Message-Id: In-Reply-To: <2b8859f74b83489cabdf9f181e556fed@git.apache.org> References: <2b8859f74b83489cabdf9f181e556fed@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [5/7] bear commit: updated refs/heads/master to 008f48a 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 Authored: Fri Jul 24 03:03:48 2015 +0300 Committer: Alexander Shorin 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),