File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,6 @@ protected override void Dispose(bool disposing)
50
50
base . Dispose ( disposing ) ;
51
51
}
52
52
53
- #region IEnumerator Members
54
-
55
53
public bool MoveNext ( )
56
54
{
57
55
// dispose of the previous object, if there was one
@@ -80,7 +78,5 @@ public object Current
80
78
{
81
79
get { return _current ; }
82
80
}
83
-
84
- #endregion
85
81
}
86
82
}
Original file line number Diff line number Diff line change @@ -35,8 +35,6 @@ public void Dispose()
35
35
Shutdown ( ) ;
36
36
}
37
37
38
- #region Properties
39
-
40
38
public static bool IsInitialized
41
39
{
42
40
get { return initialized ; }
@@ -122,8 +120,6 @@ public static int RunSimpleString(string code)
122
120
return Runtime . PyRun_SimpleString ( code ) ;
123
121
}
124
122
125
- #endregion
126
-
127
123
public static void Initialize ( )
128
124
{
129
125
Initialize ( Enumerable . Empty < string > ( ) ) ;
You can’t perform that action at this time.
0 commit comments