Skip to content

Commit

Permalink
removed odd comment
Browse files Browse the repository at this point in the history
  • Loading branch information
s-m-e committed Nov 7, 2017
1 parent 3398eda commit 761493a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion demo_dll/demo_dll.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ double __stdcall DEMODLL cookbook_distance(
// zugbruecke demo
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

/* Average values in an array */
void __stdcall DEMODLL bubblesort(
float *a,
int n
Expand Down
1 change: 0 additions & 1 deletion docs/memsync.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Consider the following example DLL routine in C:

.. code:: C
/* Average values in an array */
void __stdcall __declspec(dllimport) bubblesort(
float *a,
int n
Expand Down

0 comments on commit 761493a

Please sign in to comment.