From 5be03f8ff4bfdb72cf93ab0aee9dc90ee972fe34 Mon Sep 17 00:00:00 2001 From: eric Date: Tue, 25 Mar 2014 19:48:11 +0000 Subject: Cleanup and simplify the API to be exposed. Use better names for structures, functions and defines. discussed with and ok deraadt@ guenther@ --- lib/libc/asr/asr_debug.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/libc/asr/asr_debug.c') diff --git a/lib/libc/asr/asr_debug.c b/lib/libc/asr/asr_debug.c index fff192edcea..cfab567704e 100644 --- a/lib/libc/asr/asr_debug.c +++ b/lib/libc/asr/asr_debug.c @@ -1,4 +1,4 @@ -/* $OpenBSD: asr_debug.c,v 1.15 2014/03/14 11:07:33 eric Exp $ */ +/* $OpenBSD: asr_debug.c,v 1.16 2014/03/25 19:48:11 eric Exp $ */ /* * Copyright (c) 2012 Eric Faurot * @@ -354,7 +354,6 @@ asr_transitionstr(int type) { switch (type) { CASE(ASYNC_COND); - CASE(ASYNC_YIELD); CASE(ASYNC_DONE); default: return "?"; -- cgit v1.2.3-59-g8ed1b