Skip to content

Commit

Permalink
Remove unused toModuleXXX helpers from D code
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuclaw committed Oct 10, 2015
1 parent 00c66e1 commit 15d8ae4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
3 changes: 0 additions & 3 deletions src/backend.d
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ extern extern (C++) void obj_write_deferred(Library library);
extern extern (C++) void genObjFile(Module m, bool multiobj);

extern extern (C++) Symbol* toInitializer(AggregateDeclaration sd);
extern extern (C++) Symbol* toModuleArray(Module m);
extern extern (C++) Symbol* toModuleAssert(Module m);
extern extern (C++) Symbol* toModuleUnittest(Module m);

// type.h

Expand Down
15 changes: 0 additions & 15 deletions src/gluestub.d
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,6 @@ extern (C++) Symbol* toInitializer(AggregateDeclaration ad)
return null;
}

extern (C++) Symbol* toModuleAssert(Module m)
{
return null;
}

extern (C++) Symbol* toModuleUnittest(Module m)
{
return null;
}

extern (C++) Symbol* toModuleArray(Module m)
{
return null;
}

// glue

extern (C++) void obj_write_deferred(Library library)
Expand Down

0 comments on commit 15d8ae4

Please sign in to comment.