From: Ralph Corderoy Date: Sat, 22 Apr 2017 15:46:33 +0000 (+0100) Subject: uip/post.c: Don't bother naming `struct oauth_profile'. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/e4990ecc1ff236e73d8a44f37c2744c772b95875?ds=inline;hp=f053f0b49f317d31b337fe8d8b07612671831a52 uip/post.c: Don't bother naming `struct oauth_profile'. It's never used, and one more identifier to track when reading. If there's no name, that's a signal it's not used elsewhere. --- diff --git a/uip/post.c b/uip/post.c index c98f67ed..4dc85835 100644 --- a/uip/post.c +++ b/uip/post.c @@ -120,7 +120,7 @@ DEFINE_SWITCH_ARRAY(POST, switches); * from 'send'. We use a service name of 'post' internally. */ -static struct oauth_profile { +static struct { const char *profname; int switchnum; const char *value;