Revert "docs/zh_CN: core-api: Add timekeeping Chinese translation"
authorJonathan Corbet <corbet@lwn.net>
Mon, 31 Oct 2022 14:21:39 +0000 (08:21 -0600)
committerJonathan Corbet <corbet@lwn.net>
Mon, 31 Oct 2022 14:21:39 +0000 (08:21 -0600)
commite3e2d74678e9ac2af4158ad715dce7f445122f75
treedf82cf7fb10ce6cb50e8ad9ffbdcd7ad05121184
parentbdd5ca06303238316875f997c339feea07e5e9f6
Revert "docs/zh_CN: core-api: Add timekeeping Chinese translation"

This reverts commit d24c911bd031a299de39863f67ae7290d450d56e.

This translation added a bunch of duplicate function definitions, leading
to a lot of warnings like:

  /Documentation/core-api/timekeeping.rst:16: WARNING: Duplicate C declaration, also defined at translations/zh_CN/core-api/timekeeping:26.
  Declaration is '.. c:function:: ktime_t ktime_get( void )'.

We need to come up with a proper way to translate documents with
:c:function declarations in them.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/translations/zh_CN/core-api/index.rst
Documentation/translations/zh_CN/core-api/timekeeping.rst [deleted file]