Commit dac5a9e7 authored by Jeremy Hylton's avatar Jeremy Hylton

Remove unused Sync module.

parent 0bd6a9c6
...@@ -305,9 +305,6 @@ setup( ...@@ -305,9 +305,6 @@ setup(
Extension(name='Missing', Extension(name='Missing',
include_dirs=EXTENSIONCLASS_INCLUDEDIRS, include_dirs=EXTENSIONCLASS_INCLUDEDIRS,
sources=['../Components/ExtensionClass/src/Missing.c']), sources=['../Components/ExtensionClass/src/Missing.c']),
Extension(name='Sync',
include_dirs=EXTENSIONCLASS_INCLUDEDIRS,
sources=['../Components/ExtensionClass/src/Sync.c']),
Extension(name='Record', Extension(name='Record',
include_dirs=EXTENSIONCLASS_INCLUDEDIRS, include_dirs=EXTENSIONCLASS_INCLUDEDIRS,
sources=['../Components/ExtensionClass/src/Record.c']), sources=['../Components/ExtensionClass/src/Record.c']),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment