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
codes
codes
Commits
82bd3ad7
Commit
82bd3ad7
authored
Oct 31, 2014
by
Jonathan Jenkins
Browse files
unused function
parent
4d4b5c9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
codes/model-net.h
View file @
82bd3ad7
...
...
@@ -115,9 +115,6 @@ int* model_net_configure(int *id_count);
* OUTPUT id_count - the output number of networks */
int
*
model_net_set_params
(
int
*
id_count
);
// setup the modelnet parameters
int
model_net_setup
(
char
*
net_name
,
uint64_t
packet_size
,
const
void
*
net_params
);
/* utility function to get the modelnet ID post-setup */
int
model_net_get_id
(
char
*
net_name
);
...
...
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