]> git.tuebingen.mpg.de Git - paraslash.git/commit
Remove some unused error codes.
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 1 Jan 2015 22:30:30 +0000 (22:30 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 12 Jan 2015 22:29:07 +0000 (23:29 +0100)
commit764933011fb465b687be94abee74f4fbca9b6884
treeec980f309556dc60c89d43f39ac68ab8866cef91
parent06cf1943be32153d075ea90a5da12ac93ab2e90a
Remove some unused error codes.

Although E_AMP_SYNTAX and E_PREBUFFER_SYNTAX are assigned to a
variable, in both cases the variable is set to a different value
later without being used in between (detected by cppcheck).
amp_filter.c
error.h
prebuffer_filter.c