Skip to content

Commit

Permalink
CL/DOCA_UROM: Fix build docs, rm unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarka committed May 23, 2024
1 parent f171c50 commit 255e348
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ AS_IF([test "x$with_docs_only" = xyes],
AM_CONDITIONAL([HAVE_IBVERBS],[false])
AM_CONDITIONAL([HAVE_RDMACM],[false])
AM_CONDITIONAL([HAVE_MLX5DV],[false])
AM_CONDITIONAL([HAVE_DOCA_UROM], [false])
AM_CONDITIONAL([HAVE_DOCA_UROM_UCC], [false])
],
[
AM_CONDITIONAL([DOCS_ONLY], [false])
Expand Down
2 changes: 0 additions & 2 deletions src/components/cl/doca_urom/cl_doca_urom.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ typedef struct ucc_cl_doca_urom_context {
ucc_cl_context_t super;
void *urom_ucc_ctx_h;
ucc_mpool_t sched_mp;
void *old_dest;
void *old_src;
ucp_context_h ucp_context;
ucc_cl_doca_urom_context_config_t cfg;
} ucc_cl_doca_urom_context_t;
Expand Down
1 change: 0 additions & 1 deletion src/components/cl/doca_urom/cl_doca_urom_coll.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ extern const char
typedef struct ucc_cl_doca_urom_schedule_t {
ucc_schedule_pipelined_t super;
struct ucc_result res;
ucc_mc_buffer_header_t *scratch;
struct export_buf src_ebuf;
struct export_buf dst_ebuf;
} ucc_cl_doca_urom_schedule_t;
Expand Down

0 comments on commit 255e348

Please sign in to comment.