From: Alan T. DeKok Date: Wed, 7 Apr 2021 19:04:37 +0000 (-0400) Subject: remove unnecessary comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42cc52209609bd8b589f541eb04d9d6eb6ab4277;p=thirdparty%2Ffreeradius-server.git remove unnecessary comment there's already an assert for FR_TYPE_NON_LEAF --- 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;