summaryrefslogtreecommitdiff
path: root/idl/Executable_svidl.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-08 22:50:17 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-09 09:32:39 +0100
commitbca5c1a4d0aa762f37d9f3f6976d3d17865f33a6 (patch)
treeeda40881636c673bd28a388488b9647d81629e38 /idl/Executable_svidl.mk
parentfa419956a170395d5df4f66c9564de6253d77d6d (diff)
The idl encoding table stuff appears to be a no-op, converts x to x
1.a) There is only one call to SvTokenStream::SetCharSet 2.b) That call is from SvTokenStream::InitCtor and the argument is gsl_getSystemTextEncoding() 2.a) SvTokenStream::SetCharSet is the sole caller of SvChar::GetTable i.e. pCharTab = SvChar::GetTable( nSet, gsl_getSystemTextEncoding() ); 2.b) so this is in practive only ever... pCharTab = SvChar::GetTable( gsl_getSystemTextEncoding(), gsl_getSystemTextEncoding() ); 3) SvChar::GetTable returns a table for converting from one encoding to another. 4) so the whole thing is a no-op, i.e. pCharTab can be dropped SvChar::GetTable is then unused and can be dropped SetCharSet and GetCharSet are then also unused
Diffstat (limited to 'idl/Executable_svidl.mk')
-rw-r--r--idl/Executable_svidl.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/idl/Executable_svidl.mk b/idl/Executable_svidl.mk
index c9d6d5ae5b0b..e73f15e27cd4 100644
--- a/idl/Executable_svidl.mk
+++ b/idl/Executable_svidl.mk
@@ -51,7 +51,6 @@ $(eval $(call gb_Executable_add_linked_libs,svidl,\
))
$(eval $(call gb_Executable_add_exception_objects,svidl,\
- idl/source/cmptools/char \
idl/source/cmptools/hash \
idl/source/cmptools/lex \
idl/source/objects/basobj \