summaryrefslogtreecommitdiff
path: root/rpmqv.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-08-20 11:35:44 +0300
committerPanu Matilainen <pmatilai@redhat.com>2010-08-20 13:48:42 +0300
commit04b1816f008d465ea5d7fa686e092280c3f104c3 (patch)
tree5f61a955449e303ebd6cc669af937baed714cc29 /rpmqv.c
parent910fc93842b766cbf211330191598f663be4f452 (diff)
downloadrpm-04b1816f008d465ea5d7fa686e092280c3f104c3.tar.gz
rpm-04b1816f008d465ea5d7fa686e092280c3f104c3.tar.bz2
rpm-04b1816f008d465ea5d7fa686e092280c3f104c3.zip
If MiNT can't cope, frankly my dear, I dont give a damn
Diffstat (limited to 'rpmqv.c')
-rw-r--r--rpmqv.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/rpmqv.c b/rpmqv.c
index 07f9d5b9b..9277ca5a2 100644
--- a/rpmqv.c
+++ b/rpmqv.c
@@ -97,11 +97,6 @@ static struct poptOption optionsTable[] = {
POPT_TABLEEND
};
-#ifdef __MINT__
-/* MiNT cannot dynamically increase the stack. */
-long _stksize = 64 * 1024L;
-#endif
-
RPM_GNUC_NORETURN
static void argerror(const char * desc)
{