Remove DAEMON defines
[platform/upstream/multipath-tools.git] / libmultipath / structs_vec.h
index b8a416f..19a2387 100644 (file)
@@ -2,9 +2,7 @@
 #define _STRUCTS_VEC_H
 
 struct vectors {
-#if DAEMON
        pthread_mutex_t *lock;
-#endif
        vector pathvec;
        vector mpvec;
 };