add usertrace support
[lttv.git] / ltt / branches / poly / ltt / facility.h
index 091d8af22be451a0e21daf83841269dda2ca3e39..65bca4fa98a467ce5263747c8c68f68e1ed0dbec 100644 (file)
@@ -1,5 +1,6 @@
 /* This file is part of the Linux Trace Toolkit trace reading library
  * Copyright (C) 2003-2004 Michel Dagenais
+ *               2006 Mathieu Desnoyers
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -47,9 +48,5 @@ LttEventType *ltt_facility_eventtype_get_by_name(LttFacility *f, GQuark name);
 
 void ltt_facility_close(LttFacility *f);
 
-/* Reserved facility names */
-
-static const char *ltt_facility_name_core = "core";
-
 #endif // FACILITY_H
 
This page took 0.022366 seconds and 4 git commands to generate.