Remove old invalid reference to console_log
This commit is contained in:
parent
3e2d088848
commit
5f0480a974
|
|
@ -2,5 +2,3 @@
|
||||||
|
|
||||||
#define IMPORT(name) __attribute__((import_module("env"), import_name(#name)))
|
#define IMPORT(name) __attribute__((import_module("env"), import_name(#name)))
|
||||||
#define EXPORT(name) __attribute__((export_name(#name)))
|
#define EXPORT(name) __attribute__((export_name(#name)))
|
||||||
|
|
||||||
IMPORT(log) int console_log(const char* format, ...);
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue