File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
site/source/docs/api_reference
system/include/emscripten Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -134,13 +134,7 @@ select_overload and select_const
134134
135135
136136Functions
137- =============
138-
139- .. cpp :function :: void * __getDynamicPointerType (void* p)
140-
141-
142- :param void* p
143-
137+ =========
144138
145139.. cpp :function :: void function ()
146140
Original file line number Diff line number Diff line change @@ -502,8 +502,6 @@ EMSCRIPTEN_ALWAYS_INLINE const char* getSignature(Return (*)(Args...)) {
502502// FUNCTIONS
503503// //////////////////////////////////////////////////////////////////////////////
504504
505- extern " C" void * __getDynamicPointerType (void * p);
506-
507505template <typename ReturnType, typename ... Args, typename ... Policies>
508506void function (const char * name, ReturnType (*fn)(Args...), Policies...) {
509507 using namespace internal ;
You can’t perform that action at this time.
0 commit comments