zyearn commented on a change in pull request #974: fix_comp_in_macosx_10.15 URL: https://github.com/apache/incubator-brpc/pull/974#discussion_r349959759
########## File path: src/butil/mac/foundation_util.h ########## @@ -51,9 +51,6 @@ typedef CR_FORWARD_ENUM(unsigned int, NSSearchPathDirectory); typedef unsigned int NSSearchPathDomainMask; #endif -typedef struct OpaqueSecTrustRef* SecACLRef; -typedef struct OpaqueSecTrustedApplicationRef* SecTrustedApplicationRef; - Review comment: 这两个类型没有在代码里任何地方使用过,在mac10.15后加入了系统lib。这里删除即可。 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
