Skip to content

Commit ef2da12

Browse files
ningning-chenleomaatEric
authored andcommitted
Remove profileId:
1 parent a005264 commit ef2da12

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/main/java/com/cisco/trex/stateful/api/lowlevel/ASTFProfile.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ public class ASTFProfile {
2626
private ASTFGlobalInfo astfServerGlobalInfo;
2727
private List<ASTFTemplate> astfTemplateList;
2828
private List<ASTFCapInfo> astfCapInfoList;
29-
private String profileId;
30-
3129
/**
3230
* construct
3331
*
@@ -144,7 +142,6 @@ public ASTFProfile(ASTFIpGen defaultIpGen, ASTFGlobalInfo astfClientGlobalInfo,
144142
}
145143
}
146144

147-
this.profileId = "astf_profile_" + System.currentTimeMillis();
148145
}
149146

150147
/**
@@ -206,8 +203,4 @@ public void printStats() {
206203
LOGGER.info("total for all templates - cps:{} bps:{}", totalCps, totalBps);
207204
}
208205

209-
public String getProfileId() {
210-
return this.profileId;
211-
}
212-
213206
}

0 commit comments

Comments
 (0)