diff options
Diffstat (limited to 'core/bind/SCsub')
-rw-r--r-- | core/bind/SCsub | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/bind/SCsub b/core/bind/SCsub index 4efc902717..1c5f954470 100644 --- a/core/bind/SCsub +++ b/core/bind/SCsub @@ -3,5 +3,3 @@ Import('env') env.add_source_files(env.core_sources, "*.cpp") - -Export('env') |