From 8722a2b8bfa47c6a22986e2cd246e0bf01512f1c Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Thu, 23 Jan 2020 12:57:21 +0100
Subject: [PATCH] Remove comment

---
 pystencils/interpolation_astnodes.py | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/pystencils/interpolation_astnodes.py b/pystencils/interpolation_astnodes.py
index 95845ac46..9db3cf77a 100644
--- a/pystencils/interpolation_astnodes.py
+++ b/pystencils/interpolation_astnodes.py
@@ -167,14 +167,6 @@ class NearestNeightborInterpolator(Interpolator):
                          use_normalized_coordinates)
 
 
-# def forbid_double(expr):
-    # dtype = pystencils.data_types.get_type_of_expression(expr)
-    # if dtype == create_type('double')
-        # pystencils.data_types.get_type_of_expression(
-    # else:
-        # return expr
-
-
 class InterpolatorAccess(TypedSymbol):
     def __new__(cls, field, *offsets, **kwargs):
         obj = InterpolatorAccess.__xnew_cached_(cls, field, *offsets, **kwargs)
-- 
GitLab