Remove extension pragma in cl_arm_integer_dot_product code snippet (#185)

It was never required and is confusing users.

Signed-off-by: Kevin Petit <kevin.petit@arm.com>
diff --git a/extensions/arm/cl_arm_integer_dot_product.txt b/extensions/arm/cl_arm_integer_dot_product.txt
index c69451a..f0f63bd 100644
--- a/extensions/arm/cl_arm_integer_dot_product.txt
+++ b/extensions/arm/cl_arm_integer_dot_product.txt
@@ -51,7 +51,6 @@
     function is not available may use the following pattern:
 
     #ifdef cl_arm_integer_dot_product_XXX
-    #pragma OPENCL EXTENSION cl_arm_integer_dot_product_XXX : enable
         code using arm_dot_xxx()
     #else
         alternative implementation