Inline the free function.

This commit is contained in:
Nicolás Ortega Froysa
2017-09-29 10:33:39 +02:00
parent 0278d786a9
commit ca0a691020
2 changed files with 5 additions and 5 deletions

View File

@ -99,10 +99,6 @@ struct message *NeoComm_get_next_message(const char *channel_name) {
return msg;
}
void NeoComm_free_message(struct message *msg) {
free(msg);
}
time_t NeoComm_send_message(const char *channel_name, const char *message) {
if(not node.isRunning())
{