Commit 557c5598 authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

remove unnecessary extern

parent 3149a97b
...@@ -55,7 +55,6 @@ using namespace std; ...@@ -55,7 +55,6 @@ using namespace std;
using namespace libconfig; using namespace libconfig;
using namespace smf; using namespace smf;
extern smf_app *smf_app_inst;
extern smf_config smf_cfg; extern smf_config smf_cfg;
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
......
...@@ -63,7 +63,6 @@ using namespace smf; ...@@ -63,7 +63,6 @@ using namespace smf;
extern itti_mw *itti_inst; extern itti_mw *itti_inst;
extern smf::smf_app *smf_app_inst; extern smf::smf_app *smf_app_inst;
extern smf::smf_n11 *smf_n11_inst;
extern smf::smf_config smf_cfg; extern smf::smf_config smf_cfg;
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
......
...@@ -55,7 +55,6 @@ using namespace std; ...@@ -55,7 +55,6 @@ using namespace std;
extern itti_mw *itti_inst; extern itti_mw *itti_inst;
extern smf::smf_app *smf_app_inst; extern smf::smf_app *smf_app_inst;
extern smf::smf_config smf_cfg; extern smf::smf_config smf_cfg;
extern smf::smf_n11 *smf_n11_inst;
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
int n4_session_restore_procedure::run() { int n4_session_restore_procedure::run() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment