From 93bda9b2ae96242ba3b41dd20f10e1560dd395e8 Mon Sep 17 00:00:00 2001 From: jdsteve2 Date: Tue, 23 Jan 2018 00:28:44 -0600 Subject: [PATCH] removing finished TODO --- loopy/statistics.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/loopy/statistics.py b/loopy/statistics.py index 05009ce49..dbbdb97da 100755 --- a/loopy/statistics.py +++ b/loopy/statistics.py @@ -542,8 +542,6 @@ class MemAccess(Record): """ - # FIXME: This could be done much more briefly by inheriting from Record. - def __init__(self, mtype=None, dtype=None, stride=None, direction=None, variable=None, count_granularity=None): -- GitLab