summaryrefslogtreecommitdiffstats
path: root/main.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'main.cxx')
-rw-r--r--main.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.cxx b/main.cxx
index eaf0a651..09435fad 100644
--- a/main.cxx
+++ b/main.cxx
@@ -228,12 +228,10 @@ main (int argc, char * const argv [])
if (s_p != NULL)
{
s.include_path.push_back (s_p);
- s.include_path.push_back (string(s_p) + "/LKET");
}
else
{
s.include_path.push_back (string(PKGDATADIR) + "/tapset");
- s.include_path.push_back (string(PKGDATADIR) + "/tapset/LKET");
}
const char* s_r = getenv ("SYSTEMTAP_RUNTIME");