From f0338f545d769143f542338b4d61f771b5a87f93 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 8 Sep 2000 02:56:55 +0000 Subject: Break out more header info into separate files. Use appropriate header files throughout. * shared.h: Remove. * cygwin_version.h: New file. * delqueue.h: New file. * environ.h: New file. * host_dependent.h: New file. * perprocess.h: New file. * registry.h: New file. * security.h: New file. --- winsup/cygwin/strace.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'winsup/cygwin/strace.cc') diff --git a/winsup/cygwin/strace.cc b/winsup/cygwin/strace.cc index 5cba5d027..60d81e05b 100644 --- a/winsup/cygwin/strace.cc +++ b/winsup/cygwin/strace.cc @@ -201,11 +201,6 @@ strace::prntf (unsigned category, const char *func, const char *fmt, ...) SetLastError (err); } -void __stdcall -mark (const char *, int) -{ -} - static const struct tab { int v; -- cgit v1.2.3