Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2012-07-30 08:26:05 +0400
committerChristopher Faylor <me@cgf.cx>2012-07-30 08:26:05 +0400
commit413ce08289ece5d31539c79d5e079baff6e32bdc (patch)
treedbcc01dbb221f39431e5b2d5d4c7db8a19279b55 /winsup/cygwin/winsup.h
parentd239805457f0dc790559b2173e943e5aebe90c4e (diff)
* winlean.h: Add temporary define.
* winsup.h: Remove ancient debugging defines.
Diffstat (limited to 'winsup/cygwin/winsup.h')
-rw-r--r--winsup/cygwin/winsup.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h
index 63495b831..fd6d6906f 100644
--- a/winsup/cygwin/winsup.h
+++ b/winsup/cygwin/winsup.h
@@ -9,12 +9,6 @@ This software is a copyrighted work licensed under the terms of the
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
details. */
-#ifdef DEBUGIT
-#define spf(a, b, c) small_printf (a, b, c)
-#else
-#define spf(a, b, c) do {} while (0)
-#endif
-
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif