lib: Remove unused iscsi_queue_pdu symbol

Remove iscsi_queue_pdu from the list of symbols otherwise clang on OSX
fails to compile with the following error:

Undefined symbols for architecture x86_64:
  "_iscsi_queue_pdu", referenced from:
     -exported_symbol[s_list] command line option
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
This commit is contained in:
Sitsofe Wheeler
2016-06-04 17:34:01 +01:00
parent 01de246bdc
commit 20a0969b15
2 changed files with 0 additions and 2 deletions

View File

@@ -48,7 +48,6 @@ iscsi_preventallow_sync
iscsi_preventallow_task
iscsi_queue_length
iscsi_out_queue_length
iscsi_queue_pdu
iscsi_read10_sync
iscsi_read10_iov_sync
iscsi_read10_task

View File

@@ -46,7 +46,6 @@ iscsi_preventallow_sync
iscsi_preventallow_task
iscsi_queue_length
iscsi_out_queue_length
iscsi_queue_pdu
iscsi_read10_sync
iscsi_read10_iov_sync
iscsi_read10_task