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
134
134
135
135
136
136
Functions
137
- =============
138
-
139
- .. cpp :function :: void * __getDynamicPointerType (void* p)
140
-
141
-
142
- :param void* p
143
-
137
+ =========
144
138
145
139
.. cpp :function :: void function ()
146
140
Original file line number Diff line number Diff line change @@ -502,8 +502,6 @@ EMSCRIPTEN_ALWAYS_INLINE const char* getSignature(Return (*)(Args...)) {
502
502
// FUNCTIONS
503
503
// //////////////////////////////////////////////////////////////////////////////
504
504
505
- extern " C" void * __getDynamicPointerType (void * p);
506
-
507
505
template <typename ReturnType, typename ... Args, typename ... Policies>
508
506
void function (const char * name, ReturnType (*fn)(Args...), Policies...) {
509
507
using namespace internal ;
You can’t perform that action at this time.
0 commit comments