Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rob Latham
MPICH-BlueGene
Commits
c80f2c4e
Commit
c80f2c4e
authored
Jun 15, 2015
by
Kenneth Raffenetti
Browse files
netmod/portals4: remove unused variable
No reviewer.
parent
93b114e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mpid/ch3/channels/nemesis/netmod/portals4/ptl_impl.h
View file @
c80f2c4e
...
...
@@ -43,7 +43,6 @@ typedef int (* event_handler_fn)(const ptl_event_t *e);
typedef
struct
{
struct
MPID_nem_ptl_pack_overflow
overflow
[
MPID_NEM_PTL_NUM_CHUNK_BUFFERS
];
int
noncontig
;
int
large
;
ptl_handle_md_t
md
;
ptl_handle_me_t
put_me
;
...
...
@@ -68,7 +67,6 @@ static inline MPID_nem_ptl_req_area * REQ_PTL(MPID_Request *req) {
REQ_PTL(req_)->overflow[i].len = 0; \
REQ_PTL(req_)->chunk_buffer[i] = NULL; \
} \
REQ_PTL(req_)->noncontig = FALSE; \
REQ_PTL(req_)->large = FALSE; \
REQ_PTL(req_)->md = PTL_INVALID_HANDLE; \
REQ_PTL(req_)->put_me = PTL_INVALID_HANDLE; \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment