Revert "Convert idmap_cache to gencache"
[samba.git] / source3 / winbindd / winbindd.h
index 8a35fd9e37d774e916ca912ef2c2545c0eb40776..b2fe8b67e7ca58cb199fd09ee639af024a3505c1 100644 (file)
@@ -379,5 +379,4 @@ enum ent_type {
 #define IS_DOMAIN_OFFLINE(x) ( lp_winbind_offline_logon() && \
                               ( get_global_winbindd_state_offline() \
                                 || !(x)->online ) )
-#define IS_DOMAIN_ONLINE(x) (!(IS_DOMAIN_OFFLINE(x)))
 #endif /* _WINBINDD_H */