From 24d4ea3311f7a1ad8ac2aee576a5a5260196d97c Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Fri, 10 Aug 2018 15:27:17 -0500
Subject: [PATCH] [pybind] Remove extraneous fixme

---
 pyopencl/__init__.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/pyopencl/__init__.py b/pyopencl/__init__.py
index 10c33c73..6c92c44b 100644
--- a/pyopencl/__init__.py
+++ b/pyopencl/__init__.py
@@ -188,9 +188,6 @@ from pyopencl._cl import (  # noqa
         GLTexture,
         # FIXME
         # DeviceTopologyAmd,
-
-        # FIXME?
-        # add_get_info_attrs as _add_get_info_attrs,
         )
 
 import inspect as _inspect
-- 
GitLab