Skip to content

Commit 9fcb620

Browse files
committed
Remove static core
1 parent edd411d commit 9fcb620

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

atest/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from robotstatuschecker import process_output
1212

1313

14-
library_variants = ['Hybrid', 'Dynamic', 'Static', 'ExtendExisting']
14+
library_variants = ['Hybrid', 'Dynamic', 'ExtendExisting']
1515
curdir = dirname(abspath(__file__))
1616
outdir = join(curdir, 'results')
1717
tests = join(curdir, 'tests.robot')

src/robotlibcore.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -185,12 +185,6 @@ def __get_keyword_path(self, method):
185185
return None
186186

187187

188-
class StaticCore(HybridCore):
189-
190-
def __init__(self):
191-
HybridCore.__init__(self, [])
192-
193-
194188
class ArgumentSpec(object):
195189

196190
_function = None

0 commit comments

Comments
 (0)