| Index: lib/html/scripts/systemnative.py
|
| diff --git a/lib/html/scripts/systemnative.py b/lib/html/scripts/systemnative.py
|
| index 90485783bf1eaf6a381674e4d81b219e405f7354..11cb23113e22c922e139bd4bb94df91e405d58b5 100644
|
| --- a/lib/html/scripts/systemnative.py
|
| +++ b/lib/html/scripts/systemnative.py
|
| @@ -14,9 +14,8 @@ from generator import *
|
|
|
| class NativeImplementationSystem(systembase.System):
|
|
|
| - def __init__(self, options, auxiliary_dir):
|
| + def __init__(self, options):
|
| super(NativeImplementationSystem, self).__init__(options)
|
| - self._auxiliary_dir = auxiliary_dir
|
| self._cpp_header_files = []
|
| self._cpp_impl_files = []
|
|
|
|
|