Skip to content

Commit 4f6fd60

Browse files
committed
remove sharp endpoint name
Signed-off-by: Tomasz Gromadzki <[email protected]>
1 parent b68d1a9 commit 4f6fd60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prov/sharp/src/sharp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ struct sharp_ep {
117117

118118
ofi_atomic32_t ref; // mc count
119119
ofi_spin_t lock;
120-
const char *name; // XXX to be removed when no longer needed
121120
};
122121

122+
// XXX to be reused from coll provider
123123
struct sharp_av {
124124
struct util_av util_av;
125125
struct fid_peer_av *peer_av;

0 commit comments

Comments
 (0)