fix conflicts after merging

This commit is contained in:
Andre Puschmann 2018-07-13 12:42:54 +02:00
parent 3f38165827
commit 291d80119c
2 changed files with 0 additions and 12 deletions

View File

@ -197,9 +197,6 @@ public:
void set_log(srslte::log *log) {
this->log = log;
}
void set_log(srslte::log *log) {
this->log = log;
}
void deallocate(byte_buffer_t *b) {
if(!b) {
return;

View File

@ -44,16 +44,7 @@ rlc_um::rlc_um(uint32_t queue_len)
// Warning: must call stop() to properly deallocate all buffers
rlc_um::~rlc_um()
{
<<<<<<< HEAD
pthread_mutex_destroy(&mutex);
pool = NULL;
if (mac_timers && reordering_timer) {
mac_timers->timer_release_id(reordering_timer_id);
reordering_timer = NULL;
}
=======
stop();
>>>>>>> 1f7e9187906c824b2092c71374291042e571d631
}
void rlc_um::init(srslte::log *log_,