remove obsolete TODO

This commit is contained in:
Volker Berlin 2020-03-08 17:37:58 +01:00
parent 2121984eea
commit 83188e87e6

View File

@ -252,8 +252,6 @@ class StringManager extends LinkedHashMap<String, Integer> {
* Placeholder for a synthetic function. Should be inlined from the optimizer.
* @return the memory offset of the string data in the element section
*/
//TODO the annotation can be removed if ModuleGenerator.prepareFunctions() can detect Synthetic functions correctly
@WasmTextCode( "i32.const 0" )
private static native int stringsMemoryOffset();
/**