summaryrefslogtreecommitdiffstats
path: root/template.c
diff options
context:
space:
mode:
Diffstat (limited to 'template.c')
-rw-r--r--template.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/template.c b/template.c
index 9cf35fd7..f62e8453 100644
--- a/template.c
+++ b/template.c
@@ -286,10 +286,6 @@ rsRetVal tplToJSON(struct template *pTpl, msg_t *pMsg, struct json_object **pjso
struct json_object *json, *jsonf;
DEFiRet;
- assert(pTpl != NULL);
- assert(pMsg != NULL);
- assert(json != NULL);
-
json = json_object_new_object();
for(pTpe = pTpl->pEntryRoot ; pTpe != NULL ; pTpe = pTpe->pNext) {
if(pTpe->eEntryType == CONSTANT) {