소스 검색

Remove confusing footnote

This footnote might be related to
https://github.com/open62541/open62541/pull/2349#issuecomment-451748949
but without any context its IMHO not appropriate for a "first steps".
Frank Meerkoetter 6 년 전
부모
커밋
b24536caaa
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      examples/tutorial_server_firststeps.c

+ 1 - 3
examples/tutorial_server_firststeps.c

@@ -110,6 +110,4 @@ int main(void) {
  *
  * The server configuration and lifecycle management is needed for all servers.
  * We will use it in the following tutorials without further comment.
- *
- * .. [#f1] Be careful with global variables in multi-threaded applications. You
- *          might want to allocate the ``running`` variable on the heap. */
+ */