Skip to content

Commit 4690188

Browse files
author
Nicholas Reed
committed
Remove a few unnecessary extern declarations. SCL git aef6e73, 5c8c5aa, 15f9c40.
1 parent 794d34b commit 4690188

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

src/cldai/sdaiBinary.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
#include <sstream>
1313
#include <sdai.h>
1414

15-
extern Severity CheckRemainingInput( istream & in, ErrorDescriptor * err,
16-
const char * typeName, // used in error message
17-
const char * tokenList ); // e.g. ",)"
18-
1915
SDAI_Binary & SDAI_Binary::operator= ( const char * s ) {
2016
std::string::operator= ( s );
2117
return *this;

src/cleditor/STEPfile.inline.cc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,10 @@
1313
#include <STEPfile.h>
1414
#include <SdaiHeaderSchema.h>
1515
#include <STEPaggregate.h>
16+
#include <cmath>
1617

1718
#include <cstring>
1819

19-
extern "C" {
20-
double ceil( double );
21-
}
22-
23-
2420
extern void HeaderSchemaInit( Registry & reg );
2521

2622
//To Be inline functions

src/clstepcore/STEPattribute.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ class EntityDescriptor;
4040

4141
extern int SetErrOnNull( const char * attrValue, ErrorDescriptor * error );
4242

43-
extern Severity CheckRemainingInput( istream & in, ErrorDescriptor * err,
44-
const char * typeName, // used in error message
45-
const char * tokenList ); // e.g. ",)"
46-
4743
extern SDAI_Application_instance * ReadEntityRef( istream & in, ErrorDescriptor * err, const char * tokenList,
4844
InstMgr * instances, int addFileId );
4945

0 commit comments

Comments
 (0)