Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

civetweb: remove obsolete code #46746

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,6 @@
/samples/net/mqtt_publisher/ @rlubos
/samples/net/sockets/coap_*/ @rlubos
/samples/net/sockets/ @rlubos @tbursztyka @pfalcon
/samples/net/*civetweb* @Nukersson
/samples/sensor/ @MaureenHelm
/samples/shields/ @avisconti
/samples/subsys/logging/ @nordic-krch @jakub-uC
Expand Down
10 changes: 0 additions & 10 deletions MAINTAINERS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1991,16 +1991,6 @@ West:
- manifest-canopennode
- "area: CAN"

"West project: civetweb":
status: obsolete
files:
- samples/net/civetweb/
- modules/Kconfig.civetweb
labels:
- manifest-civetweb
- "area: Networking"
- "area: civetweb"

"West project: cmsis":
status: maintained
maintainers:
Expand Down
1 change: 0 additions & 1 deletion modules/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ comment "Optional modules. Make sure they're installed, via the project manifest

source "modules/Kconfig.altera"
source "modules/Kconfig.atmel"
source "modules/Kconfig.civetweb"
source "modules/Kconfig.cmsis"
source "modules/Kconfig.cypress"
source "modules/Kconfig.eos_s3"
Expand Down
17 changes: 0 additions & 17 deletions modules/Kconfig.civetweb

This file was deleted.

7 changes: 1 addition & 6 deletions modules/deprecation_warnings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,4 @@
# This is done in a separate CMake file because the modules.cmake file
# in this same directory is evaluated before Kconfig runs.

if(CONFIG_CIVETWEB)
message(WARNING "The civetweb module is deprecated. \
Unless someone volunteers to maintain this module, \
support for it will be removed in Zephyr v3.2."
)
endif()
# (No modules are currently deprecated.)
29 changes: 0 additions & 29 deletions samples/net/civetweb/common/include/external_log_access.inl

This file was deleted.

This file was deleted.

15 changes: 0 additions & 15 deletions samples/net/civetweb/common/include/helper.h

This file was deleted.

70 changes: 0 additions & 70 deletions samples/net/civetweb/common/include/libc_extensions.h

This file was deleted.

Loading