summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-12-15 14:11:46 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-12-15 14:11:46 +0100
commit0cc148c86d67af7cc179e44f4c67a12dae60ac5b (patch)
tree7c63e9738e86563155f95bd1519bb1ab58f3bce2
parentd76df1a2741457a5cd723bedd5919ed342ece2e7 (diff)
downloadATCD-0cc148c86d67af7cc179e44f4c67a12dae60ac5b.tar.gz
Remove empty line
* TAO/TAO_IDL/include/ast_array.h:
-rw-r--r--TAO/TAO_IDL/include/ast_array.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/include/ast_array.h b/TAO/TAO_IDL/include/ast_array.h
index 7ea8b6521ed..b82000a4a50 100644
--- a/TAO/TAO_IDL/include/ast_array.h
+++ b/TAO/TAO_IDL/include/ast_array.h
@@ -77,7 +77,6 @@ class ast_visitor;
// Representation of array declaration:
// An array is a combination of a list of dimensions and a base type.
-
class TAO_IDL_FE_Export AST_Array : public virtual AST_ConcreteType
{
public: