Skip to content

Commit

Permalink
#341 packages take responsibility for loading dependencies
Browse files Browse the repository at this point in the history
The core no longer needs to invoke the “loadPackages” function, as
packages will now load their dependencies as part of the cortomain
function.
  • Loading branch information
SanderMertens committed Jan 5, 2016
1 parent bec26b3 commit 178a3b2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/corto/src/corto.c
Original file line number Diff line number Diff line change
Expand Up @@ -800,9 +800,6 @@ int corto_start(void) {
/* Init CRC table */
corto_crcInit();

/* Load packages */
corto_loadPackages();

CORTO_OPERATIONAL = 0; /* Running */

return 0;
Expand Down

0 comments on commit 178a3b2

Please sign in to comment.