Delete signature for no-longer-present function (#2849)

Accidental omission from #2736
This commit is contained in:
Alex Crichton
2021-04-19 20:49:33 -05:00
committed by GitHub
parent 193551a8d6
commit 200d7f1df6

View File

@@ -283,14 +283,6 @@ WASMTIME_CONFIG_PROP(void, static_memory_guard_size, uint64_t)
*/ */
WASMTIME_CONFIG_PROP(void, dynamic_memory_guard_size, uint64_t) WASMTIME_CONFIG_PROP(void, dynamic_memory_guard_size, uint64_t)
/**
* \brief Configures the maximum number of instances that can be created.
*
* For more information see the Rust documentation at
* https://bytecodealliance.github.io/wasmtime/api/wasmtime/struct.Config.html#method.max_instances.
*/
WASMTIME_CONFIG_PROP(void, max_instances, size_t)
/** /**
* \brief Enables Wasmtime's cache and loads configuration from the specified * \brief Enables Wasmtime's cache and loads configuration from the specified
* path. * path.