From 2a112a41b3945aef5f4736af61fba7bb9a25693b Mon Sep 17 00:00:00 2001 From: Andrey Breslav Date: Wed, 17 Oct 2012 17:21:00 +0400 Subject: [PATCH] Comments removed (what they say is no longer true) --- compiler/frontend/generator/TuplesAndFunctionsGenerator.java | 1 - compiler/frontend/src/jet/ExtensionFunctions.jet | 1 - compiler/frontend/src/jet/Functions.jet | 1 - compiler/frontend/src/jet/Tuples.jet | 1 - 4 files changed, 4 deletions(-) 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