]> diplodocus.org Git - nmh/commitdiff
uip/post.c: Don't bother naming `struct oauth_profile'.
authorRalph Corderoy <ralph@inputplus.co.uk>
Sat, 22 Apr 2017 15:46:33 +0000 (16:46 +0100)
committerRalph Corderoy <ralph@inputplus.co.uk>
Sat, 22 Apr 2017 15:46:33 +0000 (16:46 +0100)
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.

uip/post.c

index c98f67ed38808eca4c1230d5ec029f54f63e0ecc..4dc858358562dd1c4b01370e92c4086c328c2074 100644 (file)
@@ -120,7 +120,7 @@ DEFINE_SWITCH_ARRAY(POST, switches);
  * from 'send'.  We use a service name of 'post' internally.
  */
 
  * from 'send'.  We use a service name of 'post' internally.
  */
 
-static struct oauth_profile {
+static struct {
     const char *profname;
     int switchnum;
     const char *value;
     const char *profname;
     int switchnum;
     const char *value;