[libj6] Remove driver_main

The `driver_main` sinature was an alternate signature for `main`
implemented with weak symbols, but it causes linking issues when not
statically linked, and drivers are going to work differently soon
anyway. Just get rid of it for now.
This commit is contained in:
Justin C. Miller
2023-08-26 19:23:13 -07:00
parent eda816ad90
commit 646a534dfd
5 changed files with 15 additions and 5 deletions

View File

@@ -7,7 +7,6 @@ j6 = module("j6",
"channel.cpp",
"condition.cpp",
"init.cpp",
"init.s",
"memutils.cpp",
"mutex.cpp",
"protocol_ids.cpp",