We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bffcf83 commit b99b4ceCopy full SHA for b99b4ce
1 file changed
src/samples/supervisor/posix/client/client.c
@@ -107,14 +107,6 @@ int ocre_is_valid_id(const char *id)
107
return 1;
108
}
109
110
-/* Stub implementation of ocre_build_configuration */
111
-const struct ocre_config ocre_build_configuration = {
112
- .version = "stub",
113
- .commit_id = "stub",
114
- .build_info = "stub",
115
- .build_date = "stub",
116
-};
117
-
118
/* Context functions from context.h */
119
120
struct ocre_container *ocre_context_create_container(struct ocre_context *context, const char *image,
0 commit comments