From 42cc52209609bd8b589f541eb04d9d6eb6ab4277 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Wed, 7 Apr 2021 15:04:37 -0400 Subject: [PATCH] remove unnecessary comment there's already an assert for FR_TYPE_NON_LEAF --- src/modules/rlm_python/rlm_python.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/rlm_python/rlm_python.c b/src/modules/rlm_python/rlm_python.c index e25b6c45d1..7c1ff236e3 100644 --- a/src/modules/rlm_python/rlm_python.c +++ b/src/modules/rlm_python/rlm_python.c @@ -367,7 +367,6 @@ static int mod_populate_vptuple(rlm_python_t const *inst, request_t *request, Py PyObject *attribute = NULL; PyObject *value = NULL; - /* Look at the fr_pair_fprint_name? */ attribute = PyUnicode_FromString(vp->da->name); if (!attribute) return -1; -- 2.47.2