summaryrefslogtreecommitdiff
path: root/example-clients/property.c
diff options
context:
space:
mode:
Diffstat (limited to 'example-clients/property.c')
-rw-r--r--example-clients/property.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/example-clients/property.c b/example-clients/property.c
index 26245e26..d8027ba0 100644
--- a/example-clients/property.c
+++ b/example-clients/property.c
@@ -89,7 +89,6 @@ int main (int argc, char* argv[])
int set = 1;
int delete = 0;
int delete_all = 0;
- int list_all = 0;
int c;
int option_index;
extern int optind;
@@ -98,7 +97,6 @@ int main (int argc, char* argv[])
{ "delete", 0, 0, 'd' },
{ "delete-all", 0, 0, 'D' },
{ "list", 0, 0, 'l' },
- { "all", 0, 0, 'a' },
{ "client", 0, 0, 'c' },
{ "port", 0, 0, 'p' },
{ 0, 0, 0, 0 }
@@ -139,13 +137,6 @@ int main (int argc, char* argv[])
delete_all = 0;
break;
- case 'a':
- list_all = 1;
- set = 0;
- delete = 0;
- delete_all = 0;
- break;
-
case 'p':
subject_is_port = 1;
break;