Skip to content

Commit 23daa81

Browse files
committed
Minor cleanups
1 parent 9df9808 commit 23daa81

File tree

2 files changed

+10
-24
lines changed

2 files changed

+10
-24
lines changed

ReactCommon/hermes/executor/JSITracing.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
namespace facebook {
1111
namespace jsi {
1212
void addNativeTracingHooks(Runtime &rt) {
13-
// assert(false && "unimplemented");
13+
// unimplemented
1414
}
1515
} // namespace jsi
1616
} // namespace facebook

third-party-podspecs/libevent.podspec

Lines changed: 9 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -537,29 +537,15 @@ CONFIG_WITHOUT_OPENSSL = <<-END_OF_CONFIG
537537
END_OF_CONFIG
538538

539539
Pod::Spec.new do |spec|
540-
spec.name = "libevent"
541-
spec.version = "2.1.11"
542-
spec.summary = "Event notification library"
543-
spec.description = "The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts."
544-
spec.homepage = "https://libevent.org"
545-
spec.license = { :type => "BSD 3-Clause", :file => "LICENSE" }
546-
spec.author = "Niels Provos and Nick Mathewson"
547-
spec.platforms = { :osx => "10.14" }
548-
spec.source = { :git => "https://github.com/libevent/libevent.git", :tag => "release-#{spec.version}-stable" }
549-
550-
# NOTE: Because libevent is also relied on by Flipper and *with* OpenSSL bindings,
551-
# building it as a prebuilt binary may lead to hard to satisfy permutations,
552-
# if we'd ever try to build this for other Apple platforms besides macOS.
553-
#
554-
# spec.source_files = "destroot/include/**/*.h"
555-
# spec.header_mappings_dir = "destroot/include"
556-
# spec.vendored_library = "destroot/lib/libevent.a"
557-
# spec.prepare_command = <<-EOS
558-
# ./autogen.sh
559-
# ./configure --disable-shared --disable-openssl --disable-samples --disable-libevent-regress --prefix "${PWD}/destroot"
560-
# make install
561-
# EOS
562-
540+
spec.name = "libevent"
541+
spec.version = "2.1.11"
542+
spec.summary = "Event notification library"
543+
spec.description = "The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts."
544+
spec.homepage = "https://libevent.org"
545+
spec.license = { :type => "BSD 3-Clause", :file => "LICENSE" }
546+
spec.author = "Niels Provos and Nick Mathewson"
547+
spec.platforms = { :osx => "10.14" }
548+
spec.source = { :git => "https://github.com/libevent/libevent.git", :tag => "release-#{spec.version}-stable" }
563549
spec.default_subspec = "core"
564550
spec.prepare_command = "touch evconfig-private.h; echo -e #{Shellwords.escape(CONFIG_WITHOUT_OPENSSL)} > include/event2/event-config.h"
565551

0 commit comments

Comments
 (0)