summaryrefslogtreecommitdiffstats
path: root/makeapi
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2015-09-15 13:04:30 +0200
committerJan Cholasta <jcholast@redhat.com>2016-05-25 16:06:26 +0200
commitb08f7715180c83b3dd15fd7547bf854a36d93278 (patch)
tree95468a25d4935252cb86c022f2cd4870e81755cf /makeapi
parent77e27de147729be36d19c89e21d5aa319412dc67 (diff)
downloadfreeipa-b08f7715180c83b3dd15fd7547bf854a36d93278.tar.gz
freeipa-b08f7715180c83b3dd15fd7547bf854a36d93278.tar.xz
freeipa-b08f7715180c83b3dd15fd7547bf854a36d93278.zip
ipalib: remove the unused `csv` argument of Param
https://fedorahosted.org/freeipa/ticket/4739 Reviewed-By: David Kupka <dkupka@redhat.com>
Diffstat (limited to 'makeapi')
-rwxr-xr-xmakeapi1
1 files changed, 0 insertions, 1 deletions
diff --git a/makeapi b/makeapi
index f20f11211..34a5c237d 100755
--- a/makeapi
+++ b/makeapi
@@ -46,7 +46,6 @@ API_DOC_ERROR = 8
# attributes removed from Param.__kw dictionary
PARAM_IGNORED_KW_ATTRIBUTES = (
'attribute',
- 'csv',
'default_from',
'doc',
'exclude',