Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2006-12-11 21:24:59 +0000
committerAndrew Niefer2006-12-11 21:24:59 +0000
commit138e0695660cf2e72082231791da7adb58373904 (patch)
treef356a0dea10b3272d93afc468c058f083d8f8382 /bundles/org.eclipse.equinox.executable/library/motif/eclipseMotif.c
parent67c0407d4a1b5d4542a080d051f5ce383b609702 (diff)
downloadrt.equinox.framework-138e0695660cf2e72082231791da7adb58373904.tar.gz
rt.equinox.framework-138e0695660cf2e72082231791da7adb58373904.tar.xz
rt.equinox.framework-138e0695660cf2e72082231791da7adb58373904.zip
-console
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/library/motif/eclipseMotif.c')
-rw-r--r--bundles/org.eclipse.equinox.executable/library/motif/eclipseMotif.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/motif/eclipseMotif.c b/bundles/org.eclipse.equinox.executable/library/motif/eclipseMotif.c
index 69aebdf1f..d0f886ed0 100644
--- a/bundles/org.eclipse.equinox.executable/library/motif/eclipseMotif.c
+++ b/bundles/org.eclipse.equinox.executable/library/motif/eclipseMotif.c
@@ -41,7 +41,6 @@
#include <stdlib.h>
/* Global Variables */
-char* consoleVM = "java";
char* defaultVM = "java";
char* shippedVMDir = "jre/bin/";

Back to the top