Skip to content

Commit dc38153

Browse files
committed
duplicate declaration of SchemaInit() - it's already in the schema's generated header
1 parent 254024b commit dc38153

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

test/cpp/schema_specific/attribute.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* Test attribute access; uses a tiny schema similar to a subset of IFC2x3
44
*/
55
#include <sc_cf.h>
6-
extern void SchemaInit( class Registry & );
76
#include "sc_version_string.h"
87
#include <STEPfile.h>
98
#include <sdai.h>

test/cpp/schema_specific/inverse_attr1.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
**
55
*/
66
#include <sc_cf.h>
7-
extern void SchemaInit( class Registry & );
87
#include "sc_version_string.h"
98
#include "SubSuperIterators.h"
109
#include <STEPfile.h>

test/cpp/schema_specific/inverse_attr2.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
**
55
*/
66
#include <sc_cf.h>
7-
extern void SchemaInit( class Registry & );
87
#include "sc_version_string.h"
98
#include <STEPfile.h>
109
#include <sdai.h>

test/cpp/schema_specific/inverse_attr3.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* This test originally used STEPfile, which didn't work. Fixing STEPfile would have been very difficult, it uses lazyInstMgr now.
66
*/
77
#include <sc_cf.h>
8-
extern void SchemaInit( class Registry & );
98
#include <lazyInstMgr.h>
109
#include <lazyRefs.h>
1110
#include <sdai.h>

0 commit comments

Comments
 (0)