Remove leftovers of Kaffe VM and Sable VM
-----------------------------------------
Key: DAEMON-225
URL: https://issues.apache.org/jira/browse/DAEMON-225
Project: Commons Daemon
Issue Type: Improvement
Components: Jsvc
Affects Versions: Nightly Builds
Reporter: Michael Osipov
Though compile support has been removed some stuff is still in the source code:
{noformat}
mosipov@hardy-heron:~/Projekte/daemon/src/native/unix$ fgrep -Rn
--exclude=*\.svn* "SABLEVM" *
native/java.c:331:#if defined(HAVE_SABLEVM)
mosipov@hardy-heron:~/Projekte/daemon/src/native/unix$ fgrep -Rn
--exclude=*\.svn* "KAFFEVM" *
native/jsvc-unix.c:735:#if defined(OSD_POSIX) || defined(HAVE_KAFFEVM)
native/arguments.c:330:#ifdef HAVE_KAFFEVM
native/java.c:169:#if defined(OSD_POSIX) || defined(HAVE_KAFFEVM)
native/java.c:214:#if defined(OSD_POSIX) || defined(HAVE_KAFFEVM)
native/java.c:243:#if defined(OSD_POSIX) || defined(HAVE_KAFFEVM)
native/java.c:245:#if defined(HAVE_KAFFEVM)
native/java.c:311:#if defined(OSD_POSIX) || defined(HAVE_KAFFEVM)
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira