mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
common: Comment out unused code.
* common/w32-reg.c (write_w32_registry_string): Comment out.
This commit is contained in:
parent
2830fcb83c
commit
f101f34fff
@ -225,6 +225,7 @@ read_w32_registry_string (const char *root, const char *dir, const char *name)
|
|||||||
|
|
||||||
/* Note: This code is not well tested. However, it is not used in
|
/* Note: This code is not well tested. However, it is not used in
|
||||||
GnuPG. */
|
GnuPG. */
|
||||||
|
#if 0
|
||||||
int
|
int
|
||||||
write_w32_registry_string (const char *root, const char *dir,
|
write_w32_registry_string (const char *root, const char *dir,
|
||||||
const char *name, const char *value)
|
const char *name, const char *value)
|
||||||
@ -319,5 +320,5 @@ write_w32_registry_string (const char *root, const char *dir,
|
|||||||
return 0;
|
return 0;
|
||||||
#endif /*!HAVE_W32CE_SYSTEM*/
|
#endif /*!HAVE_W32CE_SYSTEM*/
|
||||||
}
|
}
|
||||||
|
#endif /*0*/
|
||||||
#endif /*HAVE_W32_SYSTEM*/
|
#endif /*HAVE_W32_SYSTEM*/
|
||||||
|
@ -35,9 +35,6 @@
|
|||||||
/*-- w32-reg.c --*/
|
/*-- w32-reg.c --*/
|
||||||
char *read_w32_registry_string (const char *root,
|
char *read_w32_registry_string (const char *root,
|
||||||
const char *dir, const char *name );
|
const char *dir, const char *name );
|
||||||
int write_w32_registry_string (const char *root, const char *dir,
|
|
||||||
const char *name, const char *value);
|
|
||||||
|
|
||||||
|
|
||||||
/* Other stuff. */
|
/* Other stuff. */
|
||||||
#ifdef HAVE_W32CE_SYSTEM
|
#ifdef HAVE_W32CE_SYSTEM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user