Skip to content

Commit

Permalink
Remove all references to exitter fn
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3rfan committed Jan 2, 2018
1 parent 346b47a commit aaf774b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion include/rtcdcpp/librtcdcpp.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ void SetOnErrorCallback(void *socket, DataChannel *dc, on_error error_cb);
//void _SetOnErrorCallback(DataChannel *dc, on_error error_cb);

void processWait(void);
void exitter(pid_t pid, int ret);
#ifdef __cplusplus
}
#endif
4 changes: 0 additions & 4 deletions python/pyrtcdcpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,3 @@ def get_py_ice_cb(self, pid: int):

def processWait():
lib.processWait()


def exitter(arg: int):
lib.exitter(arg)
2 changes: 1 addition & 1 deletion python/stress_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from pyrtcdcpp import RTCConf, PeerConnection, \
processWait, exitter, init_cb_event_loop, DataChannel
processWait, init_cb_event_loop, DataChannel
from pprint import pprint
from threading import Thread
from time import sleep, time
Expand Down

0 comments on commit aaf774b

Please sign in to comment.