From 5f055102fa9aabdfb3105b8ac10364144c963a84 Mon Sep 17 00:00:00 2001 From: Dave Wysochanski Date: Thu, 23 Jul 2009 23:36:20 +0000 Subject: [PATCH] Remove lvseg_t and pvseg_t typedefs from liblvm/lvm.h. We do not need lvseg and pvseg for now. If we need we will add back later. --- liblvm/lvm.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/liblvm/lvm.h b/liblvm/lvm.h index 6e337b9d8..bf765b548 100644 --- a/liblvm/lvm.h +++ b/liblvm/lvm.h @@ -22,15 +22,11 @@ struct volume_group; struct physical_volume; struct logical_volume; -struct lv_segment; -struct pv_segment; /* liblvm handles to objects pv, vg, lv, pvseg, lvseg */ typedef struct volume_group vg_t; typedef struct physical_volume pv_t; typedef struct logical_volume lv_t; -typedef struct pv_segment pvseg_t; -typedef struct lv_segment lvseg_t; struct lvm; /* internal data */