diff --git a/reference/mysqli/mysqli_stmt/construct.xml b/reference/mysqli/mysqli_stmt/construct.xml index 3960817550..fc8d68aaef 100644 --- a/reference/mysqli/mysqli_stmt/construct.xml +++ b/reference/mysqli/mysqli_stmt/construct.xml @@ -17,17 +17,6 @@ This method constructs a new mysqli_stmt object. - - - In general, you should use either mysqli_prepare or - mysqli_stmt_init to create a - mysqli_stmt object, rather than directly - instantiating the object with new mysqli_stmt. This - method (and the ability to directly instantiate - mysqli_stmt objects) may be deprecated and removed - in the future. - -