diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-24 01:17:11 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-24 11:58:10 +0200 |
commit | 33ec56e2a32c06fe59c655e4f651b8bc3222737a (patch) | |
tree | fc4ff139fb3b1f032a5c0afc6ba3f3cb20a062f0 | |
parent | c309a4855e125cd2c5eb42af3ddd5aa80063b374 (diff) |
remove obsolete comment
c++ style comments are already used at the bottom of the file.
moreover the c file doesn't exist anymore...
Change-Id: I17a1589bdbad138971696ac9255dd75fbe078815
-rw-r--r-- | sw/inc/cmdid.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/inc/cmdid.h b/sw/inc/cmdid.h index d8fdc2ef5e72..8f4967585d0d 100644 --- a/sw/inc/cmdid.h +++ b/sw/inc/cmdid.h @@ -17,11 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -/****************************************************************************** -Attention : "In this file C++ style // comments are not allowed as it will be -included in c-context files, so c++ style stuff will cause problems. -******************************************************************************/ - #ifndef INCLUDED_SW_INC_CMDID_H #define INCLUDED_SW_INC_CMDID_H |