Skip to content

Commit

Permalink
[Minor] Remove old and broken utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed May 20, 2023
1 parent d465bd7 commit c25aaf8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 297 deletions.
4 changes: 0 additions & 4 deletions utils/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
SET(UTILSERVERSRC rspamd_http_server.c)
SET(UTILBENCHSRC rspamd_http_bench.c)
SET(RECVBENCHSRC received_parser_bench.c)
SET(CTYPEBENCHSRC content_type_bench.c)
SET(BASE64SRC base64.c)
SET(MIMESRC mime_tool.c)

Expand All @@ -19,8 +17,6 @@ ENDMACRO()
IF (ENABLE_UTILS MATCHES "ON")
ADD_UTIL(rspamd-http-server ${UTILSERVERSRC})
ADD_UTIL(rspamd-http-bench ${UTILBENCHSRC})
ADD_UTIL(rspamd-received-bench ${RECVBENCHSRC})
ADD_UTIL(rspamd-ctype-bench ${CTYPEBENCHSRC})
ADD_UTIL(rspamd-base64 ${BASE64SRC})
ADD_UTIL(rspamd-mime-tool ${MIMESRC})
ENDIF()
165 changes: 0 additions & 165 deletions utils/content_type_bench.c

This file was deleted.

128 changes: 0 additions & 128 deletions utils/received_parser_bench.c

This file was deleted.

0 comments on commit c25aaf8

Please sign in to comment.