From: Lawrence S. <ljs...@us...> - 2020-06-29 01:30:26
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "A pseudo Operating System for the Dreamcast.". The branch, master has been updated via 2c06d3cfe11fad0ddd5a4d63e5e146b2c1ca33aa (commit) from 04f43435c2c0203fa8cbca3bc5b340f708213cc7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2c06d3cfe11fad0ddd5a4d63e5e146b2c1ca33aa Author: Lawrence Sebald <ljs...@us...> Date: Sun Jun 28 21:30:06 2020 -0400 Remove fs_dclnative stuff from kos/opts.h. ----------------------------------------------------------------------- Summary of changes: include/kos/opts.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/kos/opts.h b/include/kos/opts.h index f8e34c3..8b27c41 100644 --- a/include/kos/opts.h +++ b/include/kos/opts.h @@ -33,14 +33,6 @@ __BEGIN_DECLS /* Various debug options. Uncomment the #define line to enable the specific option described. */ -/* Enable debugging in fs_dclnative. This filesystem is deprecated, so there - probably won't be any good reason to enable these two. The first prints a bit - of debugging data, whereas the second prints out all packets received and - transmitted as well. You must uncomment the first in order for the second to - have any effect. */ -/* #define DCLN_DEBUG 1 */ -/* #define DCLN_DEBUG_VERBOSE 1 */ - /* Enable debugging in fs_vmu. */ /* #define VMUFS_DEBUG 1 */ hooks/post-receive -- A pseudo Operating System for the Dreamcast. |