8210924: Remove PACKAGE_PATH

Reviewed-by: tbell
This commit is contained in:
Magnus Ihse Bursie 2018-09-20 00:19:46 +02:00
parent 3c7b577a89
commit fe67f09af3
7 changed files with 1 additions and 15 deletions

View file

@ -38,7 +38,6 @@ int64_t CounterGet(void);
* A collection of useful strings. One should think of these as #define
* entries, but actual strings can be more efficient (with many compilers).
*/
static const char *system_dir = PACKAGE_PATH "/openjdk7";
static const char *user_dir = "/java";
#include <dlfcn.h>