Code review comment for lp:~rvb/gwacl/api-polling-fix

Revision history for this message
Raphaël Badin (rvb) wrote :

> 80 +func makeAPI(c *C) *ManagementAPI {
> 81 + subscriptionId := "subscriptionId"
> 82 + subscriptionId = subscriptionId
>
> What does line 82 do for us and why doesn't the compiler warn us about it?

Oosp, a copy and paste error I'm guessing… I don't see what the compiler would have to say about it… apart from the fact that this line does nothing :).

« Back to merge proposal