From 2e314136ed58b6860c667e379bef22190fe84aa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 22 Nov 2025 14:50:10 +0100 Subject: New upstream version 5.2 --- src/tx-option.cpp | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 src/tx-option.cpp (limited to 'src/tx-option.cpp') diff --git a/src/tx-option.cpp b/src/tx-option.cpp deleted file mode 100644 index 248ab7c..0000000 --- a/src/tx-option.cpp +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef __cplusplus -# include -#else -# include -#endif -#include - -static unsigned int g_verbose; -static const struct HXoption t[] = { - {nullptr, 'v', HXTYPE_NONE | HXOPT_INC, &g_verbose}, - HXOPT_AUTOHELP, - HXOPT_TABLEEND, -}; - -int main(int argc, char **argv) -{ - if (HX_getopt(t, &argc, &argv, HXOPT_USAGEONERR) != HXOPT_ERR_SUCCESS) - return EXIT_FAILURE; - HX_zvecfree(argv); - return EXIT_SUCCESS; -} -- cgit v1.2.3