Skip to content

Commit

Permalink
release-1.0: Removed TraceSet reference in Trace since it's never use…
Browse files Browse the repository at this point in the history
…d, and I don't consider it useful in the current context
  • Loading branch information
Siebje committed Mar 30, 2020
1 parent 941d3d8 commit 9ce48f2
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/main/java/com/riscure/trs/Trace.java
Original file line number Diff line number Diff line change
Expand Up @@ -232,23 +232,6 @@ public int getNumberOfSamples() {
return sample.limit();
}

/**
* Get the TraceSet containing this Trace.
*/
public TraceSet getTraceSet() {
return ts;
}

/**
* set the TraceSet for this Trace
*
* @param ts
* the new TraceSet
*/
public void setTraceSet(TraceSet ts) {
this.ts = ts;
}

private FloatBuffer sample;
/** trace title */
public String title = null;
Expand Down

0 comments on commit 9ce48f2

Please sign in to comment.