X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Ffacility.h;h=65bca4fa98a467ce5263747c8c68f68e1ed0dbec;hb=ae3d0f50f89e7b965795a9b9ad7e1f533f760598;hp=091d8af22be451a0e21daf83841269dda2ca3e39;hpb=3aee1200b100fe8063661fd2d8eaa5fbbfc1977f;p=lttv.git diff --git a/ltt/branches/poly/ltt/facility.h b/ltt/branches/poly/ltt/facility.h index 091d8af2..65bca4fa 100644 --- a/ltt/branches/poly/ltt/facility.h +++ b/ltt/branches/poly/ltt/facility.h @@ -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