Skip to content

Commit b99b4ce

Browse files
committed
refactor: move version to ocre/common and make it private
Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com>
1 parent bffcf83 commit b99b4ce

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

  • src/samples/supervisor/posix/client

src/samples/supervisor/posix/client/client.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,6 @@ int ocre_is_valid_id(const char *id)
107107
return 1;
108108
}
109109

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-
118110
/* Context functions from context.h */
119111

120112
struct ocre_container *ocre_context_create_container(struct ocre_context *context, const char *image,

0 commit comments

Comments
 (0)