feat(queue): remove too useless header file

This commit is contained in:
Ilya Averyanov 2024-06-20 20:34:17 +03:00
parent be175d205c
commit 1205e34650
2 changed files with 2 additions and 6 deletions

View File

@ -1,5 +0,0 @@
%%--------------------------------------------------------------------
%% Copyright (c) 2024 EMQ Technologies Co., Ltd. All Rights Reserved.
%%--------------------------------------------------------------------
-define(gproc_id(ID), {n, l, ID}).

View File

@ -7,7 +7,6 @@
-behaviour(gen_server).
-include_lib("emqx/include/logger.hrl").
-include("emqx_ds_shared_sub.hrl").
-export([
start_link/0,
@ -29,6 +28,8 @@
topic_filter :: emqx_persistent_session_ds:share_topic_filter()
}).
-define(gproc_id(ID), {n, l, ID}).
%%--------------------------------------------------------------------
%% API
%%--------------------------------------------------------------------