Skip to content

Commit 9ce48f2

Browse files
committed
release-1.0: Removed TraceSet reference in Trace since it's never used, and I don't consider it useful in the current context
1 parent 941d3d8 commit 9ce48f2

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/main/java/com/riscure/trs/Trace.java

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -232,23 +232,6 @@ public int getNumberOfSamples() {
232232
return sample.limit();
233233
}
234234

235-
/**
236-
* Get the TraceSet containing this Trace.
237-
*/
238-
public TraceSet getTraceSet() {
239-
return ts;
240-
}
241-
242-
/**
243-
* set the TraceSet for this Trace
244-
*
245-
* @param ts
246-
* the new TraceSet
247-
*/
248-
public void setTraceSet(TraceSet ts) {
249-
this.ts = ts;
250-
}
251-
252235
private FloatBuffer sample;
253236
/** trace title */
254237
public String title = null;

0 commit comments

Comments
 (0)