Skip to content

Commit d9b3d6a

Browse files
Beuckripken
authored andcommitted
emterpreter.h: remove obsolete old-asyncify vs. emterpreter-async comments (#9735)
1 parent 6fbbf87 commit d9b3d6a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

system/include/emscripten/emscripten.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,9 @@ int emscripten_async_wget2_data(const char* url, const char* requesttype, const
170170

171171
void emscripten_async_wget2_abort(int handle);
172172

173-
// wget "sync" (ASYNCIFY)
173+
// wget "sync"
174174

175175
void emscripten_wget(const char* url, const char* file);
176-
177-
// wget data "sync" (EMTERPRETIFY_ASYNC)
178-
179176
void emscripten_wget_data(const char* url, void** pbuffer, int* pnum, int *perror);
180177

181178
// IDB
@@ -186,7 +183,7 @@ void emscripten_idb_async_delete(const char *db_name, const char *file_id, void*
186183
typedef void (*em_idb_exists_func)(void*, int);
187184
void emscripten_idb_async_exists(const char *db_name, const char *file_id, void* arg, em_idb_exists_func oncheck, em_arg_callback_func onerror);
188185

189-
// IDB "sync" (EMTERPRETIFY_ASYNC)
186+
// IDB "sync"
190187

191188
void emscripten_idb_load(const char *db_name, const char *file_id, void** pbuffer, int* pnum, int *perror);
192189
void emscripten_idb_store(const char *db_name, const char *file_id, void* buffer, int num, int *perror);

0 commit comments

Comments
 (0)