summaryrefslogtreecommitdiff
path: root/rpmbuild.c
diff options
context:
space:
mode:
Diffstat (limited to 'rpmbuild.c')
-rw-r--r--rpmbuild.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/rpmbuild.c b/rpmbuild.c
index 5ca6bed19..60310ff1e 100644
--- a/rpmbuild.c
+++ b/rpmbuild.c
@@ -50,11 +50,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)
{