diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2015-12-01 17:39:04 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-12-01 17:39:04 -0600 |
commit | 635e33cdc8f18bb290756633ce0714c496383cfb (patch) | |
tree | c23dc30e5b39af965e2f3a099daacac034f00d82 /src/test | |
parent | bd9456ff3172cc88f32d67bd4e789e2beee43595 (diff) |
librc: comsolidate rc_sys_v1 and rc_sys_v2 into rc_sys
These functions were never meant to be used outside of OpenRC, and they
were added when we thought we were going to do away with the automatic
detection of subsystems. Since the autodetection is not going away, we
can combine these functions into rc_sys.
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/rc.funcs.list | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/rc.funcs.list b/src/test/rc.funcs.list index f4c90b51..c87e470c 100644 --- a/src/test/rc.funcs.list +++ b/src/test/rc.funcs.list @@ -112,9 +112,5 @@ rc_stringlist_split rc_stringlist_split@@RC_1.0 rc_sys rc_sys@@RC_1.0 -rc_sys_v1 -rc_sys_v1@@RC_1.0 -rc_sys_v2 -rc_sys_v2@@RC_1.0 rc_yesno rc_yesno@@RC_1.0 |