mirror of
https://git.openafs.org/openafs.git
synced 2025-01-22 17:00:15 +00:00
Unix CM: Remove redefinition of "inline"
discon.h contained a redefintion of "inline" for non-gcc compilers that's a left over from when it used "static inline", rather than "static_inline". Remove the redefinition, as it's now both uneccessary, and confusing. Change-Id: I2d173385f4c3fe4b707cf86c76984b283714ced7 Reviewed-on: http://gerrit.openafs.org/4129 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
9e539fbea4
commit
4b45348192
@ -1,10 +1,6 @@
|
||||
#ifndef _DISCON_H
|
||||
#define _DISCON_H
|
||||
|
||||
#if !defined(inline) && !defined(__GNUC__)
|
||||
#define inline
|
||||
#endif
|
||||
|
||||
extern afs_int32 afs_is_disconnected;
|
||||
extern afs_int32 afs_is_discon_rw;
|
||||
extern afs_int32 afs_in_sync;
|
||||
|
Loading…
Reference in New Issue
Block a user