Skip to content

Commit 02cc1ee

Browse files
authored
Remove declaration of undefined function __getDynamicPointerType. NFC (#18271)
I believe this function was removed from the codebase in 78568fe.
1 parent 0c10ba8 commit 02cc1ee

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

site/source/docs/api_reference/bind.h.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,7 @@ select_overload and select_const
134134

135135

136136
Functions
137-
=============
138-
139-
.. cpp:function:: void* __getDynamicPointerType(void* p)
140-
141-
142-
:param void* p
143-
137+
=========
144138

145139
.. cpp:function:: void function()
146140

system/include/emscripten/bind.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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-
507505
template<typename ReturnType, typename... Args, typename... Policies>
508506
void function(const char* name, ReturnType (*fn)(Args...), Policies...) {
509507
using namespace internal;

0 commit comments

Comments
 (0)