aboutsummaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2006-12-03 20:31:35 +0000
committerThomas Schwinge <tschwinge@gnu.org>2006-12-03 20:31:35 +0000
commitcd10961665bf2786bed6935f1666d18c6241a97d (patch)
tree49edf39718bb0e416df726c0f4149ee3481994e8 /global.h
parent079c59208254be81a5fd81238f6ffb4b82e037ff (diff)
downloadmig-cd10961665bf2786bed6935f1666d18c6241a97d.tar.gz
mig-cd10961665bf2786bed6935f1666d18c6241a97d.tar.bz2
mig-cd10961665bf2786bed6935f1666d18c6241a97d.zip
2006-12-03 Leonardo Lopes Pereira <leonardolopespereira@gmail.com>
[patch #5018 --- ``Remove support to msg_send interface.''] * global.c (UseMsgRPC): Removed definition. * global.h (UseMsgRPC): Removed declaration. * mig.in (--help): Removed information about `-r' and `-R' options. * migcom.c (parseArgs): Changed the switches `-r' and `-R' to deal with the absence of obsolete the send/receive pairs. * user.c (WriteRoutine): Adapted the use of `UseMsgRPC' as if it was defined to `TRUE'. (WriteMsgSendReceive): Removed, since it is not used anymore.
Diffstat (limited to 'global.h')
-rw-r--r--global.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/global.h b/global.h
index af6a8b4..300e5c6 100644
--- a/global.h
+++ b/global.h
@@ -35,7 +35,6 @@
extern boolean_t DefaultFiles; /* default output file names if no arguments */
extern boolean_t BeQuiet; /* no warning messages */
extern boolean_t BeVerbose; /* summarize types, routines */
-extern boolean_t UseMsgRPC;
extern boolean_t GenSymTab;
extern boolean_t IsKernelUser;