You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2019/07/06 21:27:45 UTC

[arrow] branch master updated: ARROW-5866: [C++] Remove duplicate library in cpp/Brewfile

This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new e0b84f1  ARROW-5866: [C++] Remove duplicate library in cpp/Brewfile
e0b84f1 is described below

commit e0b84f117f6e76d2b67b70be3eb3a71fea9f2a18
Author: Yosuke Shiro <yo...@gmail.com>
AuthorDate: Sun Jul 7 06:27:32 2019 +0900

    ARROW-5866: [C++] Remove duplicate library in cpp/Brewfile
    
    Author: Yosuke Shiro <yo...@gmail.com>
    
    Closes #4816 from shiro615/cpp-remove-duplicate-library and squashes the following commits:
    
    1a200d4f0 <Yosuke Shiro>  Remove duplicate library in cpp/Brewfile
---
 cpp/Brewfile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cpp/Brewfile b/cpp/Brewfile
index 4b796db..c658887 100644
--- a/cpp/Brewfile
+++ b/cpp/Brewfile
@@ -35,7 +35,6 @@ brew "python"
 brew "rapidjson"
 brew "re2"
 brew "snappy"
-brew "openssl"
 brew "thrift"
 brew "wget"
 brew "zstd"