forked from khoih-prog/AsyncHTTPRequest_Generic
Fix redundancy in example
Check [Redundant code #36](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/36)
This commit is contained in:
@ -115,10 +115,6 @@ void sendRequest1()
|
|||||||
|
|
||||||
void sendRequests()
|
void sendRequests()
|
||||||
{
|
{
|
||||||
for (int index = 0; index < NUM_DIFFERENT_SITES; index++)
|
|
||||||
{
|
|
||||||
reqCount[index] = 2;
|
|
||||||
}
|
|
||||||
reqCount[0] = NUM_ENTRIES_SITE_0;
|
reqCount[0] = NUM_ENTRIES_SITE_0;
|
||||||
reqCount[1] = NUM_ENTRIES_SITE_1;
|
reqCount[1] = NUM_ENTRIES_SITE_1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user