Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d0e97fb

Browse files
authored
build: drop now-unused uuid component (DataDog#2096)
1 parent 13daa4f commit d0e97fb

7 files changed

Lines changed: 0 additions & 333 deletions

File tree

components/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ add_subdirectory(string_view)
5555
add_subdirectory(container_id)
5656
add_subdirectory(sapi)
5757
add_subdirectory(stack-sample)
58-
add_subdirectory(uuid)
5958

6059
install(EXPORT DatadogPhpComponentsTargets
6160
FILE DatadogPhpComponentsTargets.cmake

components/uuid/CMakeLists.txt

Lines changed: 0 additions & 37 deletions
This file was deleted.

components/uuid/tests/CMakeLists.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

components/uuid/tests/uuid.cc

Lines changed: 0 additions & 105 deletions
This file was deleted.

components/uuid/uuid.c

Lines changed: 0 additions & 104 deletions
This file was deleted.

components/uuid/uuid.h

Lines changed: 0 additions & 78 deletions
This file was deleted.

config.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ if test "$PHP_DDTRACE" != "no"; then
6868
components/container_id/container_id.c \
6969
components/sapi/sapi.c \
7070
components/string_view/string_view.c \
71-
components/uuid/uuid.c \
7271
"
7372

7473
if test -z ${PHP_VERSION_ID+x}; then

0 commit comments

Comments
 (0)