Remove unused StateVariable class
[deliverable/lttng-analyses.git] / lttnganalyses / linuxautomaton / sv.py
index 75dd4a93a154744554cee7c3031bde9cf512b4f1..f77c25dc5c2fec0a1f338da1109c44352db70453 100644 (file)
@@ -25,10 +25,6 @@ import socket
 from . import common
 
 
-class StateVariable:
-    pass
-
-
 class Process():
     def __init__(self, tid=None, pid=None, comm='', prio=None):
         self.tid = tid
This page took 0.024115 seconds and 5 git commands to generate.