diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-29 23:39:23 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-29 23:46:57 +0900 |
commit | 6b915b210aeebeed104ab3e266c4ebc67c1c9d46 (patch) | |
tree | 51da3252920671fc9f19a97685e88311157e8d71 /pyuno | |
parent | bdca5df2644d4653665f7360c24f7757f46dcef0 (diff) |
nuke unused typedef
Change-Id: I12a55e08a83b88221d992790c97c830761755582
Diffstat (limited to 'pyuno')
-rw-r--r-- | pyuno/source/module/pyuno_module.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyuno/source/module/pyuno_module.cxx b/pyuno/source/module/pyuno_module.cxx index 31c330ea03cc..432a61ef988d 100644 --- a/pyuno/source/module/pyuno_module.cxx +++ b/pyuno/source/module/pyuno_module.cxx @@ -91,7 +91,6 @@ namespace { class fillStructState { - typedef boost::unordered_map <const OUString, bool, OUStringHash> initialised_t; // Keyword arguments used PyObject *used; // Which structure members are initialised |