1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-25 17:57:17 +00:00

Remove extra functions.

This commit is contained in:
Calvin Rose 2019-05-29 22:00:47 -04:00
parent bcbe42ab23
commit 1b63215aad

View File

@ -26,17 +26,6 @@
#include "fiber.h"
#endif
static const JanetBuildConfig api_build_config = (JanetBuildConfig) {
JANET_VERSION_MAJOR,
JANET_VERSION_MINOR,
JANET_VERSION_PATCH,
JANET_CURRENT_CONFIG_BITS
};
const JanetBuildConfig *janet_config_host(void) {
return &api_build_config;
}
void janet_panicv(Janet message) {
if (janet_vm_return_reg != NULL) {
*janet_vm_return_reg = message;