diff --git a/core/Array.hh b/core/Array.hh
index 9de9e01d39b8d36e1be0288e9437f4f4bcdb2cfb..f84f69bf855f34a4c1eb83d340c662b28d25c0e0 100644
--- a/core/Array.hh
+++ b/core/Array.hh
@@ -185,8 +185,7 @@ public:
   // This class use the compiler-generated copy constructor and
   // copy assignment.
     
-  // User defined default constructor, because with clang the text2ttcn test
-  // won't compile
+  // User defined default constructor
   VALUE_ARRAY() : array_elements(){};
   boolean operator==(const VALUE_ARRAY& other_value) const;
   inline boolean operator!=(const VALUE_ARRAY& other_value) const