From a4a15d2cb93e9fcf56f98472694e064d82c31f94 Mon Sep 17 00:00:00 2001 From: slioch Date: Fri, 23 Oct 2009 10:07:54 -0700 Subject: dismantle old priority file parsing and node matching code. removed references to old values. --- src/common/defs.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/common/defs.h') diff --git a/src/common/defs.h b/src/common/defs.h index dbe664f..934364a 100644 --- a/src/common/defs.h +++ b/src/common/defs.h @@ -54,7 +54,7 @@ remove _actions and rely on def in the future. struct Config { boolean _multi; - int _priority; + int _priority; vtw_def _def; //keep this here char* _help; char* _default; @@ -76,7 +76,6 @@ struct VyattaNode { struct Data _data; struct Config _config; - int _priority; //used for setting priority }; #endif //__DEFS_H__ -- cgit v1.2.3