writeProcComments is now member of Function, at it has an ostream based overload, also added gmock framework to dependencies
This commit is contained in:
@@ -14,7 +14,6 @@ int proc_1 (int arg0)
|
||||
{
|
||||
int loc1; /* si */
|
||||
int loc2; /* ax */
|
||||
|
||||
loc1 = arg0;
|
||||
|
||||
if (loc1 > 2) {
|
||||
@@ -36,7 +35,6 @@ int loc1;
|
||||
int loc2;
|
||||
int loc3;
|
||||
int loc4;
|
||||
|
||||
printf ("Input number of iterations: ");
|
||||
scanf ("%d", &loc1);
|
||||
loc3 = 1;
|
||||
|
||||
Reference in New Issue
Block a user