diff --git a/pyopencl/__init__.py b/pyopencl/__init__.py
index 710f99a1df01a1b697aa2e60f88d8ff3b6f13d17..a5c28d929af9cb2dad4920f14bacd24acd402d60 100644
--- a/pyopencl/__init__.py
+++ b/pyopencl/__init__.py
@@ -557,9 +557,6 @@ class Program(object):
         return hash(self._get_prg())
 
 
-# _add_get_info_attrs(Program, Program.get_info, program_info)
-
-
 def create_program_with_built_in_kernels(context, devices, kernel_names):
     if not isinstance(kernel_names, str):
         kernel_names = ":".join(kernel_names)