summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2015-05-06 13:59:49 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2015-06-29 09:43:47 +0200
commitf143ad3a9340eb3c90fa37cf912ce163ad107e1a (patch)
treef4fd6df9629d0fcce9e49eb0fd54e0a60ca511b2
parente29d4773f4de731d8483a12684d5f4b96092088b (diff)
downloadlvm2-f143ad3a9340eb3c90fa37cf912ce163ad107e1a.tar.gz
cleanup: remove unused tags.c file
-rw-r--r--lib/Makefile.in1
-rw-r--r--lib/format_text/tags.c21
2 files changed, 0 insertions, 22 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 4a282eb8d..ffe18f066 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -82,7 +82,6 @@ SOURCES =\
format_text/format-text.c \
format_text/import.c \
format_text/import_vsn1.c \
- format_text/tags.c \
format_text/text_label.c \
freeseg/freeseg.c \
label/label.c \
diff --git a/lib/format_text/tags.c b/lib/format_text/tags.c
deleted file mode 100644
index e22ca28db..000000000
--- a/lib/format_text/tags.c
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * Copyright (C) 2003-2004 Sistina Software, Inc. All rights reserved.
- * Copyright (C) 2004-2005 Red Hat, Inc. All rights reserved.
- *
- * This file is part of LVM2.
- *
- * This copyrighted material is made available to anyone wishing to use,
- * modify, copy, or redistribute it subject to the terms and conditions
- * of the GNU Lesser General Public License v.2.1.
- *
- * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- */
-
-#include "lib.h"
-#include "metadata.h"
-#include "import-export.h"
-#include "str_list.h"
-#include "lvm-string.h"
-