diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-07-23 08:46:26 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-23 08:46:26 -0400 |
| commit | c4aee4fe3133127f16d3967e74e52b262438d57f (patch) | |
| tree | c823c34d984a9ca610c878b423e807e12ba2012b /doc/developer/workflow.rst | |
| parent | 7087ced7add0978047fa9df0ad62f47134109a69 (diff) | |
| parent | 66f99ce5920452d4a90199af1d3f4b4982e68e2a (diff) | |
Merge pull request #2652 from LabNConsulting/working/master/confdate_cleanup
Simplify deprecation check
Diffstat (limited to 'doc/developer/workflow.rst')
| -rw-r--r-- | doc/developer/workflow.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer/workflow.rst b/doc/developer/workflow.rst index cd03d2733d..358cb9ac7b 100644 --- a/doc/developer/workflow.rst +++ b/doc/developer/workflow.rst @@ -776,7 +776,7 @@ annotations must be ignored non-development branches. For example: .. code-block:: c - #if defined(VERSION_TYPE_DEV) && CONFDATE > 20180403 + #if CONFDATE > 20180403 CPP_NOTICE("Use of <XYZ> is deprecated, please use <ABC>") #endif |
