diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-07-25 19:22:00 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-07-25 23:43:41 +0200 |
commit | e92cf783849a1e4cde9a9bd8993023a98f0e90ce (patch) | |
tree | 5c4715d8a0652c5f18317b618d9c6c4eb9c876c7 | |
parent | 72c29649521ef846c46250f91ef7dac21fe161b0 (diff) | |
download | presentations-e92cf783849a1e4cde9a9bd8993023a98f0e90ce.tar.gz presentations-e92cf783849a1e4cde9a9bd8993023a98f0e90ce.tar.bz2 presentations-e92cf783849a1e4cde9a9bd8993023a98f0e90ce.zip |
July 2019 Replicant meeting: modems: Remove unused code
That code is not used when the reference-ril i used as a shared
library and not in standalone mode.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r-- | Replicant_contributors_meeting_27_28_July_2019_Paris_France/modems/Replicant_and_modems_Introduction.tex | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Replicant_contributors_meeting_27_28_July_2019_Paris_France/modems/Replicant_and_modems_Introduction.tex b/Replicant_contributors_meeting_27_28_July_2019_Paris_France/modems/Replicant_and_modems_Introduction.tex index a7006f0..fd7dea2 100644 --- a/Replicant_contributors_meeting_27_28_July_2019_Paris_France/modems/Replicant_and_modems_Introduction.tex +++ b/Replicant_contributors_meeting_27_28_July_2019_Paris_France/modems/Replicant_and_modems_Introduction.tex @@ -276,26 +276,6 @@ int main(int argc, char **argv) { \end{itemize} \end{frame} -\lstset{language=C} -\begin{lstlisting} -const RIL_RadioFunctions *RIL_Init( - const struct RIL_Env *env, - int argc, char **argv) { - while ( -1 != (opt = getopt(argc, argv, - "p:d:s:c:"))) { - ... - switch (opt) { - ... - case 'd': - s_device_path = optarg; - RLOGI("Opening tty device %s\n", - s_device_path); - break; - ... - } - } ... -} -\end{lstlisting} \lstset{language=C} \begin{lstlisting} |