Explorar el Código

[Pal/regression] Drop unused variable in 00_Atomics.py

Simon Gaiser hace 6 años
padre
commit
4f4ec22070
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      Pal/regression/00_Atomics.py

+ 0 - 1
Pal/regression/00_Atomics.py

@@ -3,7 +3,6 @@ from regression import Regression
 
 loader = os.environ['PAL_LOADER']
 is_sgx = 'SGX_RUN' in os.environ and os.environ['SGX_RUN'] == '1'
-success = True
 
 def manifest_file(file):
     if is_sgx: