X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fconfig%2Fconfig-internal.h;h=30f7226df5fc8417f12d592f59945a7c11c79c2f;hb=HEAD;hp=ff3e6293ec485a4485701810f028445794100375;hpb=36f2332baaf211a231a152ae54c66f0a3a3940eb;p=lttng-tools.git diff --git a/src/common/config/config-internal.h b/src/common/config/config-internal.h deleted file mode 100644 index ff3e6293e..000000000 --- a/src/common/config/config-internal.h +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013 - Jérémie Galarneau - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License, version 2 only, as - * published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - */ - -#include -#include - -struct config_writer { - xmlTextWriterPtr writer; -};