diff --git a/compiler/frontend/generator/TuplesAndFunctionsGenerator.java b/compiler/frontend/generator/TuplesAndFunctionsGenerator.java index 59e7a3070ab..50bff855cc6 100644 --- a/compiler/frontend/generator/TuplesAndFunctionsGenerator.java +++ b/compiler/frontend/generator/TuplesAndFunctionsGenerator.java @@ -79,7 +79,6 @@ public class TuplesAndFunctionsGenerator { private static void generated(PrintStream out) { out.println("// Generated by " + TuplesAndFunctionsGenerator.class.getCanonicalName()); - out.println("// NOTE: this code is not loaded for JetStandardLibrary, but its equivalent is manually created in JetStandardClasses"); out.println(); out.println("package jet"); out.println(); diff --git a/compiler/frontend/src/jet/ExtensionFunctions.jet b/compiler/frontend/src/jet/ExtensionFunctions.jet index caadfe24762..72bd94f9017 100644 --- a/compiler/frontend/src/jet/ExtensionFunctions.jet +++ b/compiler/frontend/src/jet/ExtensionFunctions.jet @@ -1,5 +1,4 @@ // Generated by TuplesAndFunctionsGenerator -// NOTE: this code is not loaded for JetStandardLibrary, but its equivalent is manually created in JetStandardClasses package jet diff --git a/compiler/frontend/src/jet/Functions.jet b/compiler/frontend/src/jet/Functions.jet index b272697bceb..52d592e3434 100644 --- a/compiler/frontend/src/jet/Functions.jet +++ b/compiler/frontend/src/jet/Functions.jet @@ -1,5 +1,4 @@ // Generated by TuplesAndFunctionsGenerator -// NOTE: this code is not loaded for JetStandardLibrary, but its equivalent is manually created in JetStandardClasses package jet diff --git a/compiler/frontend/src/jet/Tuples.jet b/compiler/frontend/src/jet/Tuples.jet index aed69a312ec..d3fae10ec79 100644 --- a/compiler/frontend/src/jet/Tuples.jet +++ b/compiler/frontend/src/jet/Tuples.jet @@ -1,5 +1,4 @@ // Generated by TuplesAndFunctionsGenerator -// NOTE: this code is not loaded for JetStandardLibrary, but its equivalent is manually created in JetStandardClasses package jet