Remove unused StateVariable class
authorAntoine Busque <abusque@efficios.com>
Mon, 29 Feb 2016 16:33:21 +0000 (11:33 -0500)
committerAntoine Busque <abusque@efficios.com>
Thu, 10 Mar 2016 17:42:47 +0000 (12:42 -0500)
Signed-off-by: Antoine Busque <abusque@efficios.com>
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.025257 seconds and 5 git commands to generate.