diff --git a/src/de/inetsoftware/jwebassembly/module/StringManager.java b/src/de/inetsoftware/jwebassembly/module/StringManager.java index bbe833d..bb4014a 100644 --- a/src/de/inetsoftware/jwebassembly/module/StringManager.java +++ b/src/de/inetsoftware/jwebassembly/module/StringManager.java @@ -252,8 +252,6 @@ class StringManager extends LinkedHashMap { * 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(); /**