diff options
author | Dave Beckett <dave@dajobe.org> | 2011-05-22 14:05:02 -0700 |
---|---|---|
committer | Dave Beckett <dave@dajobe.org> | 2011-05-22 14:05:02 -0700 |
commit | 14e05e9f722d64c2af1c2ee70e0fcbc74f3fff70 (patch) | |
tree | b9c0e64f85a3cda50c49ad415c216d8d63a90cf5 /src | |
parent | 48b383835fcabe25b9f47ad87543a69979e2ae98 (diff) | |
download | raptor-14e05e9f722d64c2af1c2ee70e0fcbc74f3fff70.tar.gz |
Fixes [CLANG]
(raptor_uri_resolve_uri_reference): Remove assignment to 'last_char'
never needed - loop continue action overwrites it.
Diffstat (limited to 'src')
-rw-r--r-- | src/raptor_rfc2396.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/raptor_rfc2396.c b/src/raptor_rfc2396.c index 86ec7495..bdfffc53 100644 --- a/src/raptor_rfc2396.c +++ b/src/raptor_rfc2396.c @@ -507,7 +507,6 @@ raptor_uri_resolve_uri_reference(const unsigned char *base_uri, prev = NULL; cur = NULL; p = NULL; - last_char='\0'; s = path_buffer; } |