Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
margo
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
15
Issues
15
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
sds
margo
Commits
56a2b658
Commit
56a2b658
authored
Apr 18, 2018
by
Philip Carns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hush unused var warnings
parent
a660d149
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
margo.c
src/margo.c
+0
-7
No files found.
src/margo.c
View file @
56a2b658
...
...
@@ -542,7 +542,6 @@ hg_id_t margo_provider_register_name(margo_instance_id mid, const char *func_nam
hg_proc_cb_t
in_proc_cb
,
hg_proc_cb_t
out_proc_cb
,
hg_rpc_cb_t
rpc_cb
,
uint16_t
provider_id
,
ABT_pool
pool
)
{
struct
provider_element
*
element
;
hg_id_t
id
;
int
ret
;
...
...
@@ -567,9 +566,6 @@ hg_return_t margo_registered_name(margo_instance_id mid, const char *func_name,
hg_return_t
margo_provider_registered_name
(
margo_instance_id
mid
,
const
char
*
func_name
,
uint16_t
provider_id
,
hg_id_t
*
id
,
hg_bool_t
*
flag
)
{
hg_bool_t
b
;
hg_return_t
ret
;
*
id
=
gen_id
(
func_name
,
provider_id
);
return
HG_Registered
(
mid
->
hg_class
,
*
id
,
flag
);
...
...
@@ -1063,9 +1059,6 @@ ABT_pool margo_hg_handle_get_handler_pool(hg_handle_t h)
{
struct
margo_rpc_data
*
data
;
const
struct
hg_info
*
info
;
hg_id_t
base_id
;
uint16_t
provider_id
;
int
ret
;
ABT_pool
pool
;
info
=
HG_Get_info
(
h
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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