feat(queue): remove too useless header file
This commit is contained in:
parent
be175d205c
commit
1205e34650
|
@ -1,5 +0,0 @@
|
||||||
%%--------------------------------------------------------------------
|
|
||||||
%% Copyright (c) 2024 EMQ Technologies Co., Ltd. All Rights Reserved.
|
|
||||||
%%--------------------------------------------------------------------
|
|
||||||
|
|
||||||
-define(gproc_id(ID), {n, l, ID}).
|
|
|
@ -7,7 +7,6 @@
|
||||||
-behaviour(gen_server).
|
-behaviour(gen_server).
|
||||||
|
|
||||||
-include_lib("emqx/include/logger.hrl").
|
-include_lib("emqx/include/logger.hrl").
|
||||||
-include("emqx_ds_shared_sub.hrl").
|
|
||||||
|
|
||||||
-export([
|
-export([
|
||||||
start_link/0,
|
start_link/0,
|
||||||
|
@ -29,6 +28,8 @@
|
||||||
topic_filter :: emqx_persistent_session_ds:share_topic_filter()
|
topic_filter :: emqx_persistent_session_ds:share_topic_filter()
|
||||||
}).
|
}).
|
||||||
|
|
||||||
|
-define(gproc_id(ID), {n, l, ID}).
|
||||||
|
|
||||||
%%--------------------------------------------------------------------
|
%%--------------------------------------------------------------------
|
||||||
%% API
|
%% API
|
||||||
%%--------------------------------------------------------------------
|
%%--------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue