Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-SMF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-SMF
Commits
557c5598
Commit
557c5598
authored
Sep 13, 2020
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unnecessary extern
parent
3149a97b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
+0
-3
src/smf_app/smf_config.cpp
src/smf_app/smf_config.cpp
+0
-1
src/smf_app/smf_context.cpp
src/smf_app/smf_context.cpp
+0
-1
src/smf_app/smf_procedure.cpp
src/smf_app/smf_procedure.cpp
+0
-1
No files found.
src/smf_app/smf_config.cpp
View file @
557c5598
...
@@ -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
;
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
...
...
src/smf_app/smf_context.cpp
View file @
557c5598
...
@@ -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
;
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
...
...
src/smf_app/smf_procedure.cpp
View file @
557c5598
...
@@ -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
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment