Skip to content

Commit

Permalink
removing unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nmalkapuram committed Nov 18, 2024
1 parent 5eff34d commit d7727b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,6 @@ public SysbenchConfiguration(IServiceCollection dependencies, IDictionary<string
this.stateManager = this.Dependencies.GetService<IStateManager>();
}

/* /// <summary>
/// The specifed action that controls the execution of the dependency.
/// </summary>
public string WaitForServer
{
get
{
return this.Parameters.GetValue<string>(nameof(this.WaitForServer));
}
}*/

/// <summary>
/// Executes the workload.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,6 @@ public string Action
}
}

/*/// <summary>
/// The specifed action that controls the execution of the dependency.
/// </summary>
public bool WaitForServer
{
get
{
return this.Parameters.GetValue<bool>(nameof(this.WaitForServer), false);
}
}*/

/// <summary>
/// The specifed action that controls the execution of the dependency.
/// </summary>
Expand Down

0 comments on commit d7727b5

Please sign in to comment.