From ccde5c9557382f56a40e0c94fc29eca8bd886c1c Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Sat, 4 Feb 2017 03:10:08 +0100 Subject: remove pcu own bitvector implementation The osmocore bitvec is exact the same, but use a pointer instead of a reference. Change-Id: Id8f797631d89aa12b6e48efb2dc153a3e2f059f7 --- src/pcu_main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pcu_main.cpp') diff --git a/src/pcu_main.cpp b/src/pcu_main.cpp index 338096b7..b69e446b 100644 --- a/src/pcu_main.cpp +++ b/src/pcu_main.cpp @@ -168,7 +168,6 @@ int main(int argc, char *argv[]) tall_pcu_ctx = talloc_named_const(NULL, 1, "Osmo-PCU context"); if (!tall_pcu_ctx) return -ENOMEM; - bv_tall_ctx = tall_pcu_ctx; bts = bts_main_data(); bts->fc_interval = 1; -- cgit v1.2.3