Changeset 231947 in webkit


Ignore:
Timestamp:
May 18, 2018 12:41:04 AM (6 years ago)
Author:
Fujii Hironori
Message:

[Curl] Remove unused SystemProxyWin.cpp
https://bugs.webkit.org/show_bug.cgi?id=185224

Reviewed by Antti Koivisto.

SystemProxyWin is not used at the moment. Remove it.

  • NetworkProcess/win/SystemProxyWin.cpp: Removed.
  • NetworkProcess/win/SystemProxyWin.h: Removed.
  • PlatformWin.cmake: Removed SystemProxyWin.cpp.
Location:
trunk/Source/WebKit
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r231937 r231947  
     12018-05-18  Fujii Hironori  <Hironori.Fujii@sony.com>
     2
     3        [Curl] Remove unused SystemProxyWin.cpp
     4        https://bugs.webkit.org/show_bug.cgi?id=185224
     5
     6        Reviewed by Antti Koivisto.
     7
     8        SystemProxyWin is not used at the moment. Remove it.
     9
     10        * NetworkProcess/win/SystemProxyWin.cpp: Removed.
     11        * NetworkProcess/win/SystemProxyWin.h: Removed.
     12        * PlatformWin.cmake: Removed SystemProxyWin.cpp.
     13
    1142018-05-17  Nan Wang  <n_wang@apple.com>
    215
  • trunk/Source/WebKit/PlatformWin.cmake

    r231387 r231947  
    1111list(APPEND WebKit_SOURCES
    1212    NetworkProcess/win/NetworkProcessMainWin.cpp
    13     NetworkProcess/win/SystemProxyWin.cpp
    1413
    1514    Platform/IPC/win/AttachmentWin.cpp
Note: See TracChangeset for help on using the changeset viewer.