Skip to content

Commit 93bab7a

Browse files
committed
[#3325] Removed remaining coroutine references
1 parent 7b8e0a9 commit 93bab7a

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

COPYING

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -383,10 +383,6 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
383383

384384
---end of MPL 2.0 license ---------------------------------------------------
385385

386-
The ext/coroutine code is externally maintained and distributed under
387-
the Boost Software License, Version 1.0. (See its accompanying file
388-
LICENSE_1_0.txt.)
389-
390386
Sample TLS clients and servers are used for tests and are included in
391387
src/lib/asiolink/testutils. The Botan version was ported from the
392388
OpenSSL one with the help of the Botan team. The files are

configure.ac

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@ if test $enable_gtest != "no"; then
10851085
CPPFLAGS=$CPPFLAGS_SAVED
10861086
fi
10871087

1088-
# Provide the ability to include our coroutine header or other headers from ext.
1088+
# Provide the ability to include headers from ext.
10891089
CPPFLAGS="$CPPFLAGS -I\$(top_srcdir) -I\$(top_builddir)"
10901090

10911091
# Doesn't seem to be required?
@@ -1514,7 +1514,6 @@ AC_CONFIG_FILES([doc/sphinx/Makefile])
15141514
AC_CONFIG_FILES([doc/devel/Makefile])
15151515
AC_CONFIG_FILES([ext/Makefile])
15161516
AC_CONFIG_FILES([ext/gtest/Makefile])
1517-
AC_CONFIG_FILES([ext/coroutine/Makefile])
15181517
AC_CONFIG_FILES([fuzz/Makefile])
15191518
AC_CONFIG_FILES([fuzz/input/Makefile])
15201519
AC_CONFIG_FILES([fuzz/tests/Makefile])

ext/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SUBDIRS = coroutine
1+
SUBDIRS = .
22

33
if HAVE_GTEST_SOURCE
44
SUBDIRS += gtest

0 commit comments

Comments
 (0)