Browse Source

chore: remove unused enum (#18848)

Shelley Vohr 5 years ago
parent
commit
b98c1d0472
1 changed files with 0 additions and 5 deletions
  1. 0 5
      atom/browser/api/atom_api_session.h

+ 0 - 5
atom/browser/api/atom_api_session.h

@@ -40,11 +40,6 @@ namespace api {
 class Session : public mate::TrackableObject<Session>,
                 public content::DownloadManager::Observer {
  public:
-  enum class CacheAction {
-    CLEAR,
-    STATS,
-  };
-
   // Gets or creates Session from the |browser_context|.
   static mate::Handle<Session> CreateFrom(v8::Isolate* isolate,
                                           AtomBrowserContext* browser_context);