From cbc6fe196f7205f3e5de8c14cba957dbd2e72890 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 23 Feb 2015 09:11:57 +0100 Subject: Replace a_head, a_name, a_text with simple char * --- src/variable.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/variable.cc') diff --git a/src/variable.cc b/src/variable.cc index efb2dbaf..7eb13f9c 100644 --- a/src/variable.cc +++ b/src/variable.cc @@ -621,10 +621,7 @@ char *k_text; /* * The artifact arrays */ -header *a_head; artifact_type *a_info; -char *a_name; -char *a_text; /* * The item set arrays -- cgit v1.2.3