aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/encoding/parser.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2005-12-06 13:44:22 +0000
committerMartin Willi <martin@strongswan.org>2005-12-06 13:44:22 +0000
commitc3dc864eaa5cebae57be1b0e9339f2e7ebdbfe15 (patch)
tree2baf1492686585fa1cd4dc1aa12dded74b4a85d9 /Source/charon/encoding/parser.c
parent59de50868b77f48ab78a31d4ad684e4e59d2e81f (diff)
downloadstrongswan-c3dc864eaa5cebae57be1b0e9339f2e7ebdbfe15.tar.bz2
strongswan-c3dc864eaa5cebae57be1b0e9339f2e7ebdbfe15.tar.xz
- code cleanup of encoding package
Diffstat (limited to 'Source/charon/encoding/parser.c')
-rw-r--r--Source/charon/encoding/parser.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/charon/encoding/parser.c b/Source/charon/encoding/parser.c
index a6aefa968..06a7cade7 100644
--- a/Source/charon/encoding/parser.c
+++ b/Source/charon/encoding/parser.c
@@ -1044,7 +1044,6 @@ parser_t *parser_create(chunk_t data)
this->public.get_remaining_byte_count = (int (*) (parser_t *))get_remaining_byte_count;
this->public.destroy = (void(*)(parser_t*)) destroy;
-
this->parse_uint4 = parse_uint4;
this->parse_uint8 = parse_uint8;
this->parse_uint15 = parse_uint15;