remove some unused stuff
authorFelix Fietkau <nbd@openwrt.org>
Tue, 12 Feb 2008 10:53:49 +0000 (11:53 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 12 Feb 2008 10:53:49 +0000 (11:53 +0100)
uci.h

diff --git a/uci.h b/uci.h
index 5bc2061..ac85105 100644 (file)
--- a/uci.h
+++ b/uci.h
@@ -402,9 +402,6 @@ struct uci_history
  * @_type: config, section or option
  * @_ptr: pointer to the uci_list struct
  */
  * @_type: config, section or option
  * @_ptr: pointer to the uci_list struct
  */
-#define element_to(type, ptr) \
-       container_of(ptr, struct uci_ ## type, e)
-
 #define list_to_element(ptr) \
        container_of(ptr, struct uci_element, list)
 
 #define list_to_element(ptr) \
        container_of(ptr, struct uci_element, list)