diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-01 01:04:20 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-01 01:04:50 +0900 |
commit | d95d58af08a35d8a6f9a7713a556915091863f11 (patch) | |
tree | 04f50c6beffd34f7efa2abaa2b9478f96ed746e2 /autodoc | |
parent | daf9c9c8af4ae7b8a1327040287dafb90ed5146b (diff) |
nuke unused namespace
Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976
Diffstat (limited to 'autodoc')
-rw-r--r-- | autodoc/source/display/idl/hi_main.cxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/autodoc/source/display/idl/hi_main.cxx b/autodoc/source/display/idl/hi_main.cxx index f6b346fcdc15..a15eca8bec61 100644 --- a/autodoc/source/display/idl/hi_main.cxx +++ b/autodoc/source/display/idl/hi_main.cxx @@ -80,19 +80,6 @@ using ::ary::idl::ifc_ce::Dyn_CeIterator; extern const String C_sCssFilename_Idl("idl.css"); -/* -typedef ::ary::Dyn_StdConstIterator< ::ary::idl::CommentedRelation> - Dyn_ComRefIterator; -namespace read_module = ::ary::idl::ifc_module; -namespace read_interface = ::ary::idl::ifc_interface; -namespace read_service = ::ary::idl::ifc_service; -namespace read_struct = ::ary::idl::ifc_struct; -namespace read_exception = ::ary::idl::ifc_exception; -namespace read_enum = ::ary::idl::ifc_enum; -namespace read_typedef = ::ary::idl::ifc_typedef; -namespace read_constgroup = ::ary::idl::ifc_constantsgroup; -*/ - namespace { |