From 3f1ebda73d04ebcee17f2ca5643a1f7821339170 Mon Sep 17 00:00:00 2001 From: Ingmar Schoegl Date: Sun, 3 Jul 2022 09:25:59 -0500 Subject: [PATCH] [Python] Remove unused ReactionRate string constructor --- interfaces/cython/cantera/reaction.pxd | 1 - 1 file changed, 1 deletion(-) diff --git a/interfaces/cython/cantera/reaction.pxd b/interfaces/cython/cantera/reaction.pxd index 38f274dbb0..a956713480 100644 --- a/interfaces/cython/cantera/reaction.pxd +++ b/interfaces/cython/cantera/reaction.pxd @@ -24,7 +24,6 @@ cdef extern from "" namespace "std": cdef extern from "cantera/kinetics/ReactionRateFactory.h" namespace "Cantera": - cdef shared_ptr[CxxReactionRate] CxxNewReactionRate "newReactionRate" (string) except +translate_exception cdef shared_ptr[CxxReactionRate] CxxNewReactionRate "newReactionRate" (CxxAnyMap&) except +translate_exception