summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorAlin Gabriel Serdean <aserdean@ovn.org>2020-09-24 09:16:13 +0300
committerAlin Gabriel Serdean <aserdean@cloudbasesolutions.com>2020-10-04 22:09:38 +0300
commita52c073b2fdf35e852cfbe8edc36b4d6937aafb1 (patch)
tree22146fe42067d27ad75d7605bbf52d43d1c2bd69 /windows
parentc893685f532ca24d568b73f66914ed18bcb73bd8 (diff)
downloadopenvswitch-a52c073b2fdf35e852cfbe8edc36b4d6937aafb1.tar.gz
windows: Remove unused variable
Found by inspection. Signed-off-by: Alin Gabriel Serdean <aserdean@ovn.org> Acked-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'windows')
-rw-r--r--windows/automake.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/windows/automake.mk b/windows/automake.mk
index 80dca1467..49c8985fd 100644
--- a/windows/automake.mk
+++ b/windows/automake.mk
@@ -12,7 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.
-PTHREAD_TEMP_DIR=`echo "$(PTHREAD_LDFLAGS)" | sed 's|^.\(.*\).$:\1||'`
windows_installer: all
#Userspace files needed for the installer
cp -f $(top_srcdir)/datapath-windows/misc/OVS.psm1 windows/ovs-windows-installer/Services/OVS.psm1