diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-01-06 21:26:20 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-19 15:44:50 -0400 |
commit | 69a67d6aaec068654c0431e9156a91afcf75b7dd (patch) | |
tree | 8cb980f4f0553e07726d92df90166046d8e6bfb5 /src/test/test-tables.c | |
parent | 91a81d93b569a98e04566eef1753a0956ba035f3 (diff) |
core: remove systemd_running_as lookup functions
They are unused and unlikely to ever be.
Diffstat (limited to 'src/test/test-tables.c')
-rw-r--r-- | src/test/test-tables.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/test-tables.c b/src/test/test-tables.c index 9fc4d93725..cb9185e69b 100644 --- a/src/test/test-tables.c +++ b/src/test/test-tables.c @@ -104,7 +104,6 @@ int main(int argc, char **argv) { test_table(swap_exec_command, SWAP_EXEC_COMMAND); test_table(swap_result, SWAP_RESULT); test_table(swap_state, SWAP_STATE); - test_table(systemd_running_as, SYSTEMD_RUNNING_AS); test_table(target_state, TARGET_STATE); test_table(timer_base, TIMER_BASE); test_table(timer_result, TIMER_RESULT); |