From 9d3159c9b1435a173c60a5aebc4eac053a18aeca Mon Sep 17 00:00:00 2001
From: Kaushik Kulkarni <kaushikcfd@gmail.com>
Date: Wed, 16 Jun 2021 11:11:30 -0500
Subject: [PATCH] fixup! make compile independent of 'inputs_like'

---
 arraycontext/context.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arraycontext/context.py b/arraycontext/context.py
index 411c531..d787471 100644
--- a/arraycontext/context.py
+++ b/arraycontext/context.py
@@ -366,7 +366,6 @@ class ArrayContext(ABC):
         it may be called only once (or a few times).
 
         :arg f: the function executing the computation.
-        :arg inputs_like: the input arguments to the function.
         :return: a function with the same signature as *f*.
         """
         return f
-- 
GitLab