From 430842958d875624ae8d1f2f9bc8b706cb20caf3 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 6 Dec 2014 00:46:10 +0100 Subject: mds-kbdc: variables MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/mds-kbdc/include-stack.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mds-kbdc/include-stack.c') diff --git a/src/mds-kbdc/include-stack.c b/src/mds-kbdc/include-stack.c index dd2bc98..d86374e 100644 --- a/src/mds-kbdc/include-stack.c +++ b/src/mds-kbdc/include-stack.c @@ -109,18 +109,14 @@ void mds_kbdc_include_stack_begin(mds_kbdc_parsed_t* restrict result_) /** * Mark the root of the tree as no longer being visited, * and release clean up after the use of this module - * - * This function is guaranteed not to modify `errno` */ void mds_kbdc_include_stack_end(void) { - int saved_errno = errno; latest_save = NULL; result->pathname = original_pathname; result->source_code = original_source_code; free(includes), includes = NULL; includes_size = includes_ptr = 0; - errno = saved_errno; } -- cgit v1.2.3-70-g09d2