Skip to content

Commit

Permalink
training: Remove unused function prototypes
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Apr 15, 2018
1 parent 03b0cb9 commit 3f967d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
7 changes: 0 additions & 7 deletions training/cntraining.cpp
Expand Up @@ -41,13 +41,6 @@

DECLARE_STRING_PARAM_FLAG(D);

/*----------------------------------------------------------------------------
Public Function Prototypes
----------------------------------------------------------------------------*/
int main (
int argc,
char **argv);

/*----------------------------------------------------------------------------
Private Function Prototypes
----------------------------------------------------------------------------*/
Expand Down
8 changes: 0 additions & 8 deletions training/mftraining.cpp
Expand Up @@ -76,14 +76,6 @@ const int kMaxShapeLabelLength = 10;

DECLARE_STRING_PARAM_FLAG(test_ch);

/*----------------------------------------------------------------------------
Public Function Prototypes
----------------------------------------------------------------------------*/
int main (
int argc,
char **argv);


/*----------------------------------------------------------------------------
Public Code
-----------------------------------------------------------------------------*/
Expand Down

0 comments on commit 3f967d2

Please sign in to comment.