Remove unused code for BOARD_USES_QCOM_HARDWARE=false

BOARD_USES_QCOM_HARDWARE is always true on FP2. Remove the extra code
that adds more confusion than that's helpful. Also remove the noise it
creates during build time (warnings).

Change-Id: I840c94a78896e4ab5192002a42597a2893a350f0
diff --git a/qcom_target.mk b/qcom_target.mk
index 19184bb..0690380 100644
--- a/qcom_target.mk
+++ b/qcom_target.mk
@@ -18,11 +18,6 @@
 $(call project-set-path,qcom-$(2),$(strip $(path)))
 endef
 
-$(warning Fairphone ::BOARD_USES_QCOM_HARDWARE '$(BOARD_USES_QCOM_HARDWARE)')
-$(warning Fairphone ::QCOM_HARDWARE_VARIANT' $(QCOM_HARDWARE_VARIANT)')
-ifeq ($(BOARD_USES_QCOM_HARDWARE),true)
-
-$(warning Fairphone::inside if' $(QCOM_HARDWARE_VARIANT)')
 $(call set-device-specific-path,AUDIO,audio,hardware/qcom/audio)
 $(call set-device-specific-path,CAMERA,camera,hardware/qcom/camera)
 $(call set-device-specific-path,DISPLAY,display,hardware/qcom/display)
@@ -37,16 +32,3 @@
     hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib
 
 $(call bt-vendor-set-path-variant,hardware/qcom/bt)
-
-else
-
-$(warning Fairphone::inside else' $(QCOM_HARDWARE_VARIANT)')
-
-$(call project-set-path,qcom-camera,hardware/qcom/camera/msm8974)
-$(call project-set-path,qcom-data-ipa-cfg-mgr,hardware/qcom/data/ipacfg-mgr)
-$(call project-set-path,qcom-gps,hardware/qcom/gps/msm8974)
-$(call project-set-path,qcom-sensors,hardware/qcom/sensors)
-$(call project-set-path,qcom-loc-api,vendor/qcom/opensource/location)
-$(call project-set-path,qcom-dataservices,$(TARGET_DEVICE_DIR)/dataservices)
-
-endif